mirror of
https://github.com/sharkdp/bat.git
synced 2025-03-14 14:48:39 +00:00
7 lines
61 B
Rust
7 lines
61 B
Rust
|
|
// Hello World
|
|
fn main() {
|
|
println!("Hello World!");
|
|
}
|
|
|