Sha256: cfde4be0c822201bc4672d16c1ca1cb5ef9ba39fc3747550d23761677012b7cc
Contents?: true
Size: 913 Bytes
Versions: 40
Compression:
Stored size: 913 Bytes
Contents
# Two Fer `Two-fer` or `2-fer` is short for two for one. One for you and one for me. ``` "One for X, one for me." ``` When X is a name or "you". If the given name is "Alice", the result should be "One for Alice, one for me." If no name is given, the result should be "One for you, one for me." ## Instructions Submissions are encouraged to be general, within reason. Having said that, it's also important not to over-engineer a solution. It's important to remember that the goal is to make code as expressive and readable as we can. Run the tests with: bats whatever_test.sh ## Source This is an exercise to introduce users to basic programming constructs, just after hello World. [https://en.wikipedia.org/wiki/Two-fer](https://en.wikipedia.org/wiki/Two-fer) ## Submitting Incomplete Solutions It's possible to submit an incomplete solution so you can see how others have completed the exercise.
Version data entries
40 entries across 40 versions & 1 rubygems