feat: init crond crate

This commit is contained in:
Paul Makles
2024-11-27 16:56:30 +00:00
committed by Zomatree
parent 4ea08a189d
commit 9a98c53aff
5 changed files with 37 additions and 4 deletions

View File

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