gitweb on Svarog
projekti pod git sistemom za održavanje verzija -- projects under the git version control system
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a78d735)
raw | patch | inline | side by side (parent: a78d735)
author | Doni Pracner <quinnuendo@gmail.com> | |
Tue, 24 Dec 2013 00:03:46 +0000 (01:03 +0100) | ||
committer | Doni Pracner <quinnuendo@gmail.com> | |
Tue, 24 Dec 2013 00:03:46 +0000 (01:03 +0100) |
samples/InOut1.mj | [new file with mode: 0644] | patch | blob |
diff --git a/samples/InOut1.mj b/samples/InOut1.mj
--- /dev/null
+++ b/samples/InOut1.mj
@@ -0,0 +1,9 @@
+program InOut1{
+ void main()
+ int i;
+ {
+ print('?');
+ read(i);
+ print(i);
+ }
+}
\ No newline at end of file