commit from VS Code, hopefully this doesnt break anything
This commit is contained in:
8
Exam/part2/option2.cpp
Normal file
8
Exam/part2/option2.cpp
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user