mirror of
https://github.com/sharkdp/bat
synced 2026-08-05 19:11:42 +00:00
#213 : output hello world for each theme when --list-theme is flagged
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
|
||||
// Hello World
|
||||
fn main() {
|
||||
println!("Hello World!");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user