X-Git-Url: http://svarog.pmf.uns.ac.rs/gitweb/?p=mjc2wsl.git;a=blobdiff_plain;f=samples%2Fsample0.mj;fp=samples%2Fsample0.mj;h=0000000000000000000000000000000000000000;hp=cdc08516e206b2c041b82770983af7c63a69c3b2;hb=6b96ddc43ce994ef402a19b106c283e571d45219;hpb=e3140851cb2899b2a352ef2825317bc939f5bf50 diff --git a/samples/sample0.mj b/samples/sample0.mj deleted file mode 100644 index cdc0851..0000000 --- a/samples/sample0.mj +++ /dev/null @@ -1,12 +0,0 @@ -program P -{ - void main() - int i; - { - i = 0; - while (i < 5) { - print(i); - i = i + 1; - } - } -}