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

3 lines
36 B
Text

let foo;
let mut bar;
let _foo_bar;