A 100-day journey to learn Rust programming language.
| Day | Project | Topic | What I Learned |
|---|---|---|---|
| 001 | hello-rust | Hello World | Basic syntax, cargo usage |
| 002 | number | Number operations | Variables, types, stdin |
| 003 | fizzbuzz | FizzBuzz | Conditionals, loops |
- Master Rust fundamentals
- Commit daily
- Build practical projects
- Rust: stable
- OS: macOS
AI tools are used only for:
- Hints and suggestions (like Copilot)
- Environment setup and configuration
- Documentation and README writing
All core code is written by hand without AI assistance. This is a personal learning challenge to truly understand Rust fundamentals.
Navigate to each project directory and run:
cd 001/hello-rust
cargo run