presentations/highlight-js/test/markup/rust/variables.txt

4 lines
36 B
Text
Raw Permalink Normal View History

2018-12-07 08:48:05 -06:00
let foo;
let mut bar;
let _foo_bar;