8 lines
75 B
C++
8 lines
75 B
C++
#include "Terminal.h"
|
|
|
|
int main()
|
|
{
|
|
Terminal terminal;
|
|
terminal.run();
|
|
}
|