// test.cpp // // Launches the text editor #include "TextEditor.h" int main() { TextEditor editor; editor.run(); return 0; }