7 lines
146 B
Rust
Raw Permalink Normal View History

2024-08-14 19:09:13 +01:00
fn main() {
println!("Hello World!");
#
# // You can even hide lines! :D
# println!("I am hidden! Expand the code snippet to see me");
}