first commit

This commit is contained in:
lenn
2026-04-22 23:51:15 +08:00
commit 05accd3690
17 changed files with 2842 additions and 0 deletions

6
src/main.rs Normal file
View File

@@ -0,0 +1,6 @@
pub mod serial_core;
pub mod flog;
pub mod app;
fn main() {
println!("Hello, world!");
}