summaryrefslogtreecommitdiff
path: root/tests/examplefiles/hello.sp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examplefiles/hello.sp')
-rw-r--r--tests/examplefiles/hello.sp9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/examplefiles/hello.sp b/tests/examplefiles/hello.sp
deleted file mode 100644
index 7102d273..00000000
--- a/tests/examplefiles/hello.sp
+++ /dev/null
@@ -1,9 +0,0 @@
-#include <sourcemod>
-
-// Single line comment
-/* Multi line
- comment */
-
-public OnPluginStart() {
- PrintToServer("Hello.");
-}