gitweb on Svarog

projekti pod git sistemom za održavanje verzija -- projects under the git version control system
moved version.properties to a class subfolder to prevent conflicts
[mjc2wsl.git] / samples / div0.mj
1 program test
2 {
3 void main()
4 int i, j;
5 {
6 i = 100;
7 j = 0;
8 print(i/j);
9 }
11 }
Svarog.pmf.uns.ac.rs/gitweb maintanance Doni Pracner