Skip to content

Commit

Permalink
Simplify the hello-world exercise's stub (JuliaLang#420)
Browse files Browse the repository at this point in the history
The goal of this is to make things easier for students to get started and to introduce as little syntax as possible.
  • Loading branch information
ErikSchierboom authored Jul 7, 2021
1 parent dfc889e commit b5b0d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/practice/hello-world/hello-world.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
function hello()

return "Goodbye, Mars!"
end

0 comments on commit b5b0d12

Please sign in to comment.