started infinitime-cli

This commit is contained in:
thatscringebro
2025-04-30 14:04:02 -04:00
commit c66298428b
3 changed files with 14 additions and 0 deletions

5
src/main.rs Normal file
View File

@@ -0,0 +1,5 @@
use infinitime_rs;
fn main() {
println!("Hello, world!");
}