diff --git a/test.txt b/test.txt index 0e89925..eb7ecca 100644 --- a/test.txt +++ b/test.txt @@ -2,4 +2,10 @@ Hallo dies ist ein Test. 123 -Ich war hier. \ No newline at end of file +Ich war hier. + +int i = 0; + +if(i == 0){ + printf("hallo"); +} \ No newline at end of file