From c2b8fc75b772c3248bff3c120306fa34d42cca3b Mon Sep 17 00:00:00 2001 From: Carsten Nielsen Date: Tue, 15 Jul 2008 00:42:11 -0400 Subject: [PATCH 1/2] 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 From 45021a874e090b765acc5e2696154c495686614b Mon Sep 17 00:00:00 2001 From: Carsten Nielsen Date: Tue, 15 Jul 2008 00:48:08 -0400 Subject: [PATCH 2/2] Removed the exclamation mark from the Turing example for consistencies sake. --- turing.oot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turing.oot b/turing.oot index 395ab6b4..f67b1495 100644 --- a/turing.oot +++ b/turing.oot @@ -1 +1 @@ -put "Hello World!" \ No newline at end of file +put "Hello World" \ No newline at end of file