summaryrefslogtreecommitdiff
path: root/examples/tutorial/hello/HelloIta.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorial/hello/HelloIta.gf')
-rw-r--r--examples/tutorial/hello/HelloIta.gf10
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/tutorial/hello/HelloIta.gf b/examples/tutorial/hello/HelloIta.gf
deleted file mode 100644
index f1465a867..000000000
--- a/examples/tutorial/hello/HelloIta.gf
+++ /dev/null
@@ -1,10 +0,0 @@
-concrete HelloIta of Hello = {
-
- lincat Greeting, Recipient = {s : Str} ;
-
- lin
- Hello rec = {s = "ciao" ++ rec.s} ;
- World = {s = "mondo"} ;
- Mum = {s = "mamma"} ;
- Friends = {s = "amici"} ;
-} \ No newline at end of file