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