Skip to content

Commit

Permalink
Bump hello-world
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Sep 5, 2024
1 parent 804723c commit 6892e6f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions exercises/practice/hello-world/hello-world-test.ys
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ require ys::taptest: :all

use: hello-world


test::
- name: Say Hi!
code: hello()
Expand Down
2 changes: 0 additions & 2 deletions exercises/practice/hello-world/hello-world.ys
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@

defn hello():
'Goodbye, Mars!'

# 1

0 comments on commit 6892e6f

Please sign in to comment.