aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorVlad Ureche <vlad.ureche@gmail.com>2014-01-23 23:18:20 +0100
committerVlad Ureche <vlad.ureche@gmail.com>2014-01-23 23:18:20 +0100
commit426128d3faa646d5c21325cdadf8f3bed04d2cec (patch)
tree8f1dab5563e0126b0ce4ed0bdba5ef49805ac089 /examples
parent4b68d181cc216bc60c81562b168ba85999a59350 (diff)
downloaddotty-426128d3faa646d5c21325cdadf8f3bed04d2cec.tar.gz
dotty-426128d3faa646d5c21325cdadf8f3bed04d2cec.tar.bz2
dotty-426128d3faa646d5c21325cdadf8f3bed04d2cec.zip
More nitpicking
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!")
+}