mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 19:40:24 +10:00
6 lines
64 B
Rust
6 lines
64 B
Rust
use std::io;
|
|
|
|
fn main() {
|
|
${0:println!("Hello, world!");}
|
|
}
|