diff options
Diffstat (limited to 'examples/tutorial/hello/Hello.gf')
| -rw-r--r-- | examples/tutorial/hello/Hello.gf | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/tutorial/hello/Hello.gf b/examples/tutorial/hello/Hello.gf deleted file mode 100644 index 769be5cbf..000000000 --- a/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 |
