mirror of
https://github.com/rust-lang/mdBook.git
synced 2025-12-27 09:05:40 -05:00
7 lines
149 B
Rust
7 lines
149 B
Rust
fn main() {
|
|
println!("Hello World!");
|
|
#
|
|
# // You can even hide lines! :D
|
|
# println!("I am hidden! Expand the code snippet to see me");
|
|
}
|