gitweb on Svarog

projekti pod git sistemom za održavanje verzija -- projects under the git version control system
move samples to 'alpha-mj' subfolder
[mjc2wsl.git] / samples / alpha-mj / InOut1.mj
diff --git a/samples/alpha-mj/InOut1.mj b/samples/alpha-mj/InOut1.mj
new file mode 100644 (file)
index 0000000..1b9a499
--- /dev/null
@@ -0,0 +1,9 @@
+program InOut1{
+       void main()
+       int i;
+       {
+                       print('?');
+                       read(i);
+                       print(i);
+       }
+}
\ No newline at end of file
Svarog.pmf.uns.ac.rs/gitweb maintanance Doni Pracner