Replacing the default README.md with my notes
- Install Rust
- Install VS Code
- Install VS Code - Rust Extension
- Install VS Code - Vim exention
March 10 2022 - 2 tomatoes
- Intro took 2 tomatoes since I also read official documentation. Remember ! after a function is a macro call
- Had fun installing extensions and trying out VIM in VSCode. I want to create a task that would rustc agaisnt the active file then run the executable file
- More notes per exercise folder
March 11 2022 - 1 tomatoe
- Variables 1 tomatoe
- Notable notes LOL. "Variable bindings are immutable by default, but this can be overridden using the mut modifier." see docs.
- Interesting how Rust forces devs to use mut to make a variable mutable
- Got a bit derailed cause I also read about the guessing game chapter
March 14, 2022 - 2 tomatoes
- Did a sidequest about the guessing game Got a glimpse of cargo,loops, conversion, data types and exception handling. cool stuff
- The variables exercises became easier when I did the side quest. Gonna walk outside a bit and rest. Gonna move to functions tomorrow
March 15, 2022 - 1 tomatoe
- funtions - Easy to learn. Similar to almost all languages. Haven't read the resouces from the README.md yet
March 16, 2022 - .5 tomatoe
- same with other languages
- intro - March 10, 2022
- variables - March 14, 2022
- functions - March 15, 2022
- if and quiz1 - March 16, 2022