Skip to content

Commit

Permalink
Add empty impl for HelloWorld. Refs exercism#137
Browse files Browse the repository at this point in the history
  • Loading branch information
ricemery committed May 20, 2017
1 parent 0751c23 commit 67abe77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Empty file.
4 changes: 4 additions & 0 deletions exercises/hello-world/src/main/scala/HelloWorld.scala
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
object HelloWorld {
def hello() = ???
}

0 comments on commit 67abe77

Please sign in to comment.