diff --git a/exercises/13/README.md b/exercises/13/README.md index 1b419a6..40bdec3 100644 --- a/exercises/13/README.md +++ b/exercises/13/README.md @@ -1,3 +1 @@ [< Back](../README.md) - -* [Exercise: Create an isWall function](create_function/README.md) diff --git a/exercises/14/README.md b/exercises/14/README.md index 40bdec3..1b419a6 100644 --- a/exercises/14/README.md +++ b/exercises/14/README.md @@ -1 +1,3 @@ [< Back](../README.md) + +* [Exercise: Create an isWall function](create_function/README.md) diff --git a/exercises/13/create_function/README.md b/exercises/14/create_function/README.md similarity index 100% rename from exercises/13/create_function/README.md rename to exercises/14/create_function/README.md diff --git a/exercises/README.md b/exercises/README.md index b31fe70..aa5c509 100644 --- a/exercises/README.md +++ b/exercises/README.md @@ -4,8 +4,8 @@ * [Module 11: Introduction](11/README.md) * [Module 12: Hello World](12/README.md) -* [Module 13: Functions and Parameter Passing](13/README.md) -* [Module 14: Game](14/README.md) +* [Module 13: Game](13/README.md) +* [Module 14: Functions and Parameter Passing](14/README.md) * [Module 15: Compilation, Linking and Assets](15/README.md) * [Module 16: Memory and RAII](16/README.md) * [Module 17: Classes and Structs](17/README.md)