rust-practise-questions icon indicating copy to clipboard operation
rust-practise-questions copied to clipboard

Add more Questions

Open sn99 opened this issue 5 years ago • 0 comments

Add 10 questions in each chapter:

  • [ ] Chapter 1 - Basics
  • [x] Chapter 2 - Expressions
  • [x] Chapter 3 - Structs
  • [x] Chapter 4 - Enum & Patterns
  • [x] Chapter 5 - Traits & Generics
  • [x] Chapter 6 - Operator Overloading & Utilty traits
  • [ ] Chapter 7 - Closures & Iterators
  • [ ] Chapter 8 - Collections
  • [ ] Chapter 9 - Input & Output
  • [ ] Chapter 10 - Macros

sn99 avatar Apr 24 '19 13:04 sn99