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

10
Exam/part2/option2.h Normal file
View File

@@ -0,0 +1,10 @@
// option1.h : Option 2 (Advanced): Console Music Player.
#pragma once
#ifndef OPTION2_H
#define OPTION2_H
int RunApp();
#endif // OPTION2_H