Files
Datastructs/Exam/IKT203-main/Portfolio/Assignment-01/option1.cpp
Christopher Sanden a8006be05f Adding exam part 1/4
2025-11-03 21:30:23 +01:00

9 lines
159 B
C++

// Option 1 (Standard): Console Text Editor.
//
#include "option1.h"
int RunApp() {
// Implement the Console Text Editor application logic here
return 0;
}