mirror of
https://github.com/m1ngsama/tracker.git
synced 2025-12-24 10:51:43 +00:00
- Set up basic Cargo project with tracker-rs name - Initialize source directory with main.rs template - Establish foundation for Rust rewrite of system tracker
3 lines
45 B
Rust
3 lines
45 B
Rust
fn main() {
|
|
println!("Hello, world!");
|
|
}
|