6 lines
110 B
C++
6 lines
110 B
C++
#include "option1.h"
|
|
|
|
int RunApp() {
|
|
// Implement the Console Text Editor application logic here
|
|
return 0;
|
|
} |