gitweb on Svarog

projekti pod git sistemom za održavanje verzija -- projects under the git version control system
wsl metrics simlified with ELSIF
[mjc2wsl.git] / samples / InOut2.mj
1 program InOut2{
2 void main()
3 char c;
4 {
5 print('c');
6 print('?');
7 read(c);
8 print(c);
9 }
10 }
Svarog.pmf.uns.ac.rs/gitweb maintanance Doni Pracner