Rename Cheatsheet to Basics

This commit is contained in:
Daniel Kluge 2022-07-21 15:00:47 +02:00
parent ff0425d122
commit dee70b57a3

View File

@ -39,7 +39,7 @@
{ "title": "00 - Hello World", "filename": "00 - Hello World"}, { "title": "00 - Hello World", "filename": "00 - Hello World"},
{ "title": "01 - Cargo", "filename": "01 - Cargo"}, { "title": "01 - Cargo", "filename": "01 - Cargo"},
{ "title": "02 - Higher-Lower-Game", "filename": "02 - Higher-Lower-Spiel"}, { "title": "02 - Higher-Lower-Game", "filename": "02 - Higher-Lower-Spiel"},
{ "title": "03 - Cheatsheet", "filename": "03 - Concepts"}, { "title": "03 - Basics", "filename": "03 - Concepts"},
{ "title": "04 - Ownership", "filename": "04 - Ownership"}, { "title": "04 - Ownership", "filename": "04 - Ownership"},
{ "title": "05 - Structs", "filename": "05 - Structs"}, { "title": "05 - Structs", "filename": "05 - Structs"},
{ "title": "06 - Enums", "filename": "06 - Enums"} { "title": "06 - Enums", "filename": "06 - Enums"}