gitweb on Svarog

projekti pod git sistemom za održavanje verzija -- projects under the git version control system
new sample and tests: linkedlist
[mjc2wsl.git] / samples / div2.mj
1 program test
2 {
3 void main()
4 int i, j;
5 {
6 i = 100;
7 j = 2;
8 print(i/j);
9 }
11 }
Svarog.pmf.uns.ac.rs/gitweb maintanance Doni Pracner