mirror of
https://github.com/sharkdp/bat
synced 2026-07-28 17:51:44 +00:00
7 lines
61 B
Rust
7 lines
61 B
Rust
|
|
// Hello World
|
|
fn main() {
|
|
println!("Hello World!");
|
|
}
|
|
|