gitweb on Svarog

projekti pod git sistemom za održavanje verzija -- projects under the git version control system
new sample InOut1.mj - simple read and print
authorDoni Pracner <quinnuendo@gmail.com>
Tue, 24 Dec 2013 00:03:46 +0000 (01:03 +0100)
committerDoni Pracner <quinnuendo@gmail.com>
Tue, 24 Dec 2013 00:03:46 +0000 (01:03 +0100)
samples/InOut1.mj [new file with mode: 0644]

diff --git a/samples/InOut1.mj b/samples/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