aboutsummaryrefslogtreecommitdiff
path: root/examples/hello.scala
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello.scala')
-rw-r--r--examples/hello.scala5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/hello.scala b/examples/hello.scala
deleted file mode 100644
index 87e0b1e5e..000000000
--- a/examples/hello.scala
+++ /dev/null
@@ -1,5 +0,0 @@
-package hello
-
-object world extends App {
- println("hello dotty!")
-}