Sha256: 00e7da029f222674eb785eb8f7624416f3ff5ef02a2dfe3ab43d880e25edf393
Contents?: true
Size: 1.17 KB
Versions: 74
Compression:
Stored size: 1.17 KB
Contents
# Two Fer `Two-fer` or `2-fer` is short for two for one. One for you and one for me. ```text "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." ## Testing Exercises If you followed the [installation instructions](http://exercism.io/languages/factor/installing), just run the provided test suite against your implementation with `"exercise-name" test`. ## Submitting Exercises Note that, when trying to submit an exercise, make sure the solution is in the `exercism/factor/exercise-name` directory. For example, if you're submitting `bob.factor` for the Bob exercise, the submit command would be something like `exercism submit exercism/factor/bob/bob.factor`. For more detailed information about running tests, code style and linting, please see the [help page](http://exercism.io/languages/factor). ## Source [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
74 entries across 74 versions & 1 rubygems