gitweb on Svarog

projekti pod git sistemom za održavanje verzija -- projects under the git version control system
mjc2wls - introduce a procedure into the end result for MicroJava Prints
[mjc2wsl.git] / samples / InOut1.mj
1 program InOut1{
2 void main()
3 int i;
4 {
5 print('?');
6 read(i);
7 print(i);
8 }
9 }
Svarog.pmf.uns.ac.rs/gitweb maintanance Doni Pracner