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