mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-01 19:02:22 +01:00
#213 : output hello world for each theme when --list-theme is flagged
This commit is contained in:
6
assets/hello.rs
Normal file
6
assets/hello.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
// Hello World
|
||||
fn main() {
|
||||
println!("Hello World!");
|
||||
}
|
||||
|
Reference in New Issue
Block a user