gitweb on Svarog

projekti pod git sistemom za održavanje verzija -- projects under the git version control system
applied GPL to sources in src
[mjc2wsl.git] / samples / sample0.mj
1 program P
2 {
3 void main()
4 int i;
5 {
6 i = 0;
7 while (i < 5) {
8 print(i);
9 i = i + 1;
10 }
11 }
12 }
Svarog.pmf.uns.ac.rs/gitweb maintanance Doni Pracner