X-Git-Url: http://svarog.pmf.uns.ac.rs/gitweb/?p=mjc2wsl.git;a=blobdiff_plain;f=samples%2FInOut2.mj;fp=samples%2FInOut2.mj;h=0000000000000000000000000000000000000000;hp=7c81f38d0fd8bbf6f714bbea11f3131ef74e374d;hb=77e39fac55f1a366814d35e75659cb6d88cca4e1;hpb=306587b78e421a7221952e44adde831723748e4c diff --git a/samples/InOut2.mj b/samples/InOut2.mj deleted file mode 100644 index 7c81f38..0000000 --- a/samples/InOut2.mj +++ /dev/null @@ -1,10 +0,0 @@ -program InOut2{ - void main() - char c; - { - print('c'); - print('?'); - read(c); - print(c); - } -} \ No newline at end of file