mirror of
https://github.com/sharkdp/bat.git
synced 2025-01-04 20:58:50 +01:00
7 lines
61 B
Rust
7 lines
61 B
Rust
|
|
||
|
// Hello World
|
||
|
fn main() {
|
||
|
println!("Hello World!");
|
||
|
}
|
||
|
|