diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -8,11 +8,11 @@ int main() { AppleOn(); - //while(1) { - // UserInput(); - //} + while(1) { + TerminalInput( UserInput() ); + } TerminalClose(); return 0; -}
\ No newline at end of file +} |