Sha256: acfb16e589043ca865e7101059a6dfab1f6dbf4d327d20b34cc5830e93efdb51
Contents?: true
Size: 1.01 KB
Versions: 93
Compression:
Stored size: 1.01 KB
Contents
# Two Fer Create a sentence of the form "One for X, one for me." `Two-fer` or `2-fer` is short for two for one. One for you and one for me. ```plain "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." ### Submitting Exercises Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/<exerciseName>` directory. For example, if you're submitting `bob.cs` for the Bob exercise, the submit command would be something like `exercism submit <path_to_exercism_dir>/csharp/bob/bob.cs`. ## 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
93 entries across 93 versions & 1 rubygems