some first code for new CLI in Rust

This commit is contained in:
2023-08-15 16:14:02 +02:00
parent 135d026fa6
commit fc6f892a35
8 changed files with 57 additions and 1 deletions

3
src/handler/mod.rs Normal file
View File

@@ -0,0 +1,3 @@
pub fn test2 () {
println!("HELLO WORLD!!!")
}