1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-03-14 14:48:39 +00:00
bat/assets/hello.rs

7 lines
61 B
Rust

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