blob: 6b49705c1502cdb0d90faeb42e20365f39550146 [file] [log] [blame]
fn main() {
println!("Hello World!");
#
# // You can even hide lines! :D
# println!("I am hidden! Expand the code snippet to see me");
}