Skip to content

Commit

Permalink
Simplify the hello-world exercise's stub. The goal of this is to ma…
Browse files Browse the repository at this point in the history
…ke things easier for students to get started and to introduce as little syntax as possible. (#688)
  • Loading branch information
ErikSchierboom authored Jul 14, 2021
1 parent 19d3497 commit 8c2445e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
object HelloWorld {
def hello() = ???
def hello() = "Goodbye, Mars!"
}

0 comments on commit 8c2445e

Please sign in to comment.