summaryrefslogtreecommitdiff
path: root/tests/examplefiles/example.x10
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examplefiles/example.x10')
-rw-r--r--tests/examplefiles/example.x109
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/examplefiles/example.x10 b/tests/examplefiles/example.x10
deleted file mode 100644
index 9cca164c..00000000
--- a/tests/examplefiles/example.x10
+++ /dev/null
@@ -1,9 +0,0 @@
-/** Example file for the X10 programming langauge (http://x10-lang.org).
- */
-class Example {
-
- public static def main(Rail[String]) {
- Console.OUT.println("Hello World!"); // say hello.
- }
-
-}