From 7acca317ef50ee5c4cacde8124398d1f45d04788 Mon Sep 17 00:00:00 2001 From: Patricia Aas Date: Wed, 6 Oct 2021 10:13:25 +0200 Subject: [PATCH] Switch 13 and 14 --- exercises/13/README.md | 2 -- exercises/14/README.md | 2 ++ exercises/{13 => 14}/create_function/README.md | 0 exercises/README.md | 4 ++-- 4 files changed, 4 insertions(+), 4 deletions(-) rename exercises/{13 => 14}/create_function/README.md (100%) 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)