1
0
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:
ms2300
2018-08-25 23:21:16 -06:00
committed by David Peter
parent 1088455702
commit 2e3784aa30
2 changed files with 14 additions and 4 deletions

6
assets/hello.rs Normal file
View File

@@ -0,0 +1,6 @@
// Hello World
fn main() {
println!("Hello World!");
}