Files
Datastructs/Exam/part2/option2.h
2025-11-04 14:16:14 +01:00

11 lines
145 B
C

// option1.h : Option 2 (Advanced): Console Music Player.
#pragma once
#ifndef OPTION2_H
#define OPTION2_H
int RunApp();
#endif // OPTION2_H