summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authoralekseiplusplus <alekseijeaves@protonmail.com>2023-11-29 19:28:04 +1100
committeralekseiplusplus <alekseijeaves@protonmail.com>2023-11-29 19:28:04 +1100
commit9dc65f84b480d5869265428c1957c50bdee3a1f5 (patch)
tree5ca229ef8f07a7e134e8b57188e183dde7dc3ed0 /src/main.c
parent44a1ea6542c812b173fb9685837c0b2fdc6a7c61 (diff)
Display progress, still wip
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
+}