Skip to content

Commit

Permalink
Update example.arr for two-fer (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
BNAndras authored Jul 26, 2023
1 parent 60c94f8 commit f7a3560
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions exercises/practice/two-fer/.meta/example.arr
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ provide: two-fer end

fun two-fer(name):
ask:
| name == "" then: "One for you, one for me."
| otherwise: "One for " + name + ", one for me."
| name == "" then: "One for you, one for me."
| otherwise: "One for " + name + ", one for me."
end
end

0 comments on commit f7a3560

Please sign in to comment.