From c2b8fc75b772c3248bff3c120306fa34d42cca3b Mon Sep 17 00:00:00 2001 From: Carsten Nielsen Date: Tue, 15 Jul 2008 00:42:11 -0400 Subject: [PATCH] Added another 'Hello World' example in Turing. --- turing.oot | 1 + 1 file changed, 1 insertion(+) create mode 100644 turing.oot diff --git a/turing.oot b/turing.oot new file mode 100644 index 00000000..395ab6b4 --- /dev/null +++ b/turing.oot @@ -0,0 +1 @@ +put "Hello World!" \ No newline at end of file