Day | Date | Focus | Task |
---|---|---|---|
1 | 2025-04-30 | Install & Hello World | Set up Rust + cargo , print something |
2 | 2025-05-01 | Variables & Data Types | Learn let , mut , primitives, String vs &str |
3 | 2025-05-02 | Functions & Control Flow | Write conditionals, loops, functions |
4 | 2025-05-03 | Ownership & Moves | Read Ch. 4 of The Book + examples |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const CONFUSABLES = { | |
"0": "O", | |
"1": "l", | |
"֭": "֖", | |
"֮": "֘", | |
"֨": "֙", | |
"֤": "֚", | |
"᪴": "ۛ", | |
"⃛": "ۛ", | |
"ؙ": "̓", |
OlderNewer