summaryrefslogtreecommitdiff
path: root/tests/examplefiles/hello.lsl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examplefiles/hello.lsl')
-rw-r--r--tests/examplefiles/hello.lsl12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/examplefiles/hello.lsl b/tests/examplefiles/hello.lsl
deleted file mode 100644
index 61697e7f..00000000
--- a/tests/examplefiles/hello.lsl
+++ /dev/null
@@ -1,12 +0,0 @@
-default
-{
- state_entry()
- {
- llSay(0, "Hello, Avatar!");
- }
-
- touch_start(integer total_number)
- {
- llSay(0, "Touched.");
- }
-}