summaryrefslogtreecommitdiff
path: root/old-examples/tutorial/hello/Hello.gf
diff options
context:
space:
mode:
Diffstat (limited to 'old-examples/tutorial/hello/Hello.gf')
-rw-r--r--old-examples/tutorial/hello/Hello.gf10
1 files changed, 0 insertions, 10 deletions
diff --git a/old-examples/tutorial/hello/Hello.gf b/old-examples/tutorial/hello/Hello.gf
deleted file mode 100644
index 769be5cbf..000000000
--- a/old-examples/tutorial/hello/Hello.gf
+++ /dev/null
@@ -1,10 +0,0 @@
-abstract Hello = {
-
- cat Greeting ; Recipient ;
-
- flags startcat = Greeting ;
-
- fun
- Hello : Recipient -> Greeting ;
- World, Mum, Friends : Recipient ;
-} \ No newline at end of file