From 62efabccdddf0ef11aec0bf8e608d97967030d77 Mon Sep 17 00:00:00 2001 From: Doni Pracner Date: Tue, 24 Dec 2013 01:03:46 +0100 Subject: [PATCH] new sample InOut1.mj - simple read and print --- samples/InOut1.mj | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 samples/InOut1.mj diff --git a/samples/InOut1.mj b/samples/InOut1.mj new file mode 100644 index 0000000..1b9a499 --- /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 -- 2.17.1