From 0a4e28a5853703554a611331bb3a13d005dc9412 Mon Sep 17 00:00:00 2001 From: Adam Sampson Date: Wed, 16 May 2007 23:35:16 +0000 Subject: [PATCH] Add a "Hello, world" demo --- fco2/testcases/hello.occ | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 fco2/testcases/hello.occ diff --git a/fco2/testcases/hello.occ b/fco2/testcases/hello.occ new file mode 100644 index 0000000..909d89d --- /dev/null +++ b/fco2/testcases/hello.occ @@ -0,0 +1,4 @@ +#USE "course" +PROC hello (CHAN OF BYTE out) + out.string ("Hello, world*n", 0, out) +: