diff options
Diffstat (limited to 'interpreter.c')
-rw-r--r-- | interpreter.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/interpreter.c b/interpreter.c index 4598d2f..6fea22e 100644 --- a/interpreter.c +++ b/interpreter.c @@ -13,6 +13,9 @@ int main(){ char c; unsigned char a, b; + + initIT(); + while(1){ c = fgetc(stdin); |