tracker/src/main.rs
m1ngsama 77355ed667 feat: Initialize Rust project structure
- Set up basic Cargo project with tracker-rs name
- Initialize source directory with main.rs template
- Establish foundation for Rust rewrite of system tracker
2025-11-27 09:00:00 +08:00

3 lines
45 B
Rust

fn main() {
println!("Hello, world!");
}