gitweb on Svarog

projekti pod git sistemom za održavanje verzija -- projects under the git version control system
docs - mj-compiler.txt is a more logical name
[mjc2wsl.git] / samples / div0.mj
1 program test
2 {
3 void main()
4 int i, j;
5 {
6 i = 100; j = 0;
7 print(i/j);
8 }
10 }
Svarog.pmf.uns.ac.rs/gitweb maintanance Doni Pracner