mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
6 lines
64 B
Rust
6 lines
64 B
Rust
use std::io;
|
|
|
|
fn main() {
|
|
${0:println!("Hello, world!");}
|
|
}
|