summaryrefslogtreecommitdiff
path: root/tests/examplefiles/hello.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examplefiles/hello.at')
-rw-r--r--tests/examplefiles/hello.at6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/examplefiles/hello.at b/tests/examplefiles/hello.at
deleted file mode 100644
index 23af2f2d..00000000
--- a/tests/examplefiles/hello.at
+++ /dev/null
@@ -1,6 +0,0 @@
-def me := object: {
- def name := "Kevin";
- def sayHello(peerName) {
- system.println(peerName + " says hello!");
- };
-};