1
0
mirror of https://github.com/sharkdp/bat synced 2026-08-06 19:21:43 +00:00
Files
sharkdp--bat/assets/hello.rs
T

7 lines
61 B
Rust

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