1
0
mirror of https://github.com/sharkdp/bat synced 2026-07-20 16:33:20 +00:00
Files
sharkdp--bat/assets/hello.rs
T

7 lines
61 B
Rust

// Hello World
fn main() {
println!("Hello World!");
}