mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-01-06 09:12:42 -08:00
5 lines
64 B
Rust
5 lines
64 B
Rust
use std::io;
|
|
|
|
fn main() {
|
|
${0:println!("Hello, world!");}
|
|
}
|