Initial commit

This commit is contained in:
2026-05-07 15:01:36 +02:00
parent 4cbf2fdfaa
commit af1519b736
8 changed files with 410 additions and 0 deletions

5
src/Output.hpp Normal file
View File

@@ -0,0 +1,5 @@
#pragma once
namespace Output {
void printMenu();
}