Sha256: 82187b1cfea597b30d17c7e6d3c31e631b7692c9ff2cea971656aaeefed390c1

Contents?: true

Size: 801 Bytes

Versions: 92

Compression:

Stored size: 801 Bytes

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."



Run the tests with:

```bash
bats two_fer_test.sh
```

After the first test(s) pass, continue by commenting out or removing the `skip` annotations prepending other tests.

## 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

92 entries across 92 versions & 1 rubygems

Version Path
trackler-2.2.1.98 tracks/bash/exercises/two-fer/README.md
trackler-2.2.1.97 tracks/bash/exercises/two-fer/README.md
trackler-2.2.1.96 tracks/bash/exercises/two-fer/README.md
trackler-2.2.1.95 tracks/bash/exercises/two-fer/README.md
trackler-2.2.1.94 tracks/bash/exercises/two-fer/README.md
trackler-2.2.1.93 tracks/bash/exercises/two-fer/README.md
trackler-2.2.1.92 tracks/bash/exercises/two-fer/README.md
trackler-2.2.1.91 tracks/bash/exercises/two-fer/README.md
trackler-2.2.1.90 tracks/bash/exercises/two-fer/README.md
trackler-2.2.1.89 tracks/bash/exercises/two-fer/README.md
trackler-2.2.1.88 tracks/bash/exercises/two-fer/README.md
trackler-2.2.1.87 tracks/bash/exercises/two-fer/README.md