From ff0425d122322cea5402e41af8091fbdb0634595 Mon Sep 17 00:00:00 2001 From: Daniel Kluge Date: Thu, 21 Jul 2022 14:54:07 +0200 Subject: [PATCH] Add enums to index --- list.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/list.json b/list.json index 8b0b2e9..4c8d866 100644 --- a/list.json +++ b/list.json @@ -41,7 +41,8 @@ { "title": "02 - Higher-Lower-Game", "filename": "02 - Higher-Lower-Spiel"}, { "title": "03 - Cheatsheet", "filename": "03 - Concepts"}, { "title": "04 - Ownership", "filename": "04 - Ownership"}, - { "title": "05 - Structs", "filename": "05 - Structs"} + { "title": "05 - Structs", "filename": "05 - Structs"}, + { "title": "06 - Enums", "filename": "06 - Enums"} ] }, {