commit from VS Code, hopefully this doesnt break anything

This commit is contained in:
Christopher Sanden
2025-11-04 14:16:14 +01:00
parent a8006be05f
commit bc54aaa4c4
65 changed files with 7389 additions and 1 deletions

8
Exam/part2/option2.cpp Normal file
View File

@@ -0,0 +1,8 @@
// Option 2 (Advanced): Console Music Player.
#include "option2.h"
int RunApp() {
// Implement the Console Music Player application logic here
return 0;
}