summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main.c b/src/main.c
index 6b235bb..ef09933 100644
--- a/src/main.c
+++ b/src/main.c
@@ -8,11 +8,11 @@ int main() {
AppleOn();
- //while(1) {
- // UserInput();
- //}
+ while(1) {
+ TerminalInput( UserInput() );
+ }
TerminalClose();
return 0;
-} \ No newline at end of file
+}