add: func exercises
This commit is contained in:
9
25-functions/exercises/README.md
Normal file
9
25-functions/exercises/README.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Function Exercises
|
||||
|
||||
1. **[Refactor the Game Store to Funcs - Step #1](https://github.com/inancgumus/learngo/tree/master/25-functions/exercises/refactor-to-funcs-1)**
|
||||
|
||||
Remember the game store program from the structs exercises? Now, it's time to refactor it to funcs.
|
||||
|
||||
2. **[Refactor the Game Store to Funcs - Step #2](https://github.com/inancgumus/learngo/tree/master/25-functions/exercises/refactor-to-funcs-2)**
|
||||
|
||||
Let's continue the refactoring from the previous exercise. This time, you're going to refactor the command handling logic.
|
Reference in New Issue
Block a user