diff options
author | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-11-29 19:28:04 +1100 |
---|---|---|
committer | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-11-29 19:28:04 +1100 |
commit | 9dc65f84b480d5869265428c1957c50bdee3a1f5 (patch) | |
tree | 5ca229ef8f07a7e134e8b57188e183dde7dc3ed0 /src/main.c | |
parent | 44a1ea6542c812b173fb9685837c0b2fdc6a7c61 (diff) |
Display progress, still wip
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 +} |