1
0
mirror of https://github.com/sharkdp/bat synced 2026-07-28 17:51:44 +00:00
Files
sharkdp--bat/assets/hello.rs
T

7 lines
61 B
Rust

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