mirror of
https://github.com/rust-lang/mdBook
synced 2024-12-15 15:22:33 +00:00
6 lines
146 B
Rust
6 lines
146 B
Rust
fn main() {
|
|
println!("Hello World!");
|
|
#
|
|
# // You can even hide lines! :D
|
|
# println!("I am hidden! Expand the code snippet to see me");
|
|
}
|