9 lines
159 B
C++
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;
|
|
} |