mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-09 20:29:18 +00:00
5 lines
105 B
Rust
5 lines
105 B
Rust
fn main() {
|
|
// ! means calling a macro instead of a normal function
|
|
println!("Hello, world!");
|
|
}
|