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.180 tracks/bash/exercises/two-fer/README.md
trackler-2.2.1.179 tracks/bash/exercises/two-fer/README.md
trackler-2.2.1.178 tracks/bash/exercises/two-fer/README.md
trackler-2.2.1.177 tracks/bash/exercises/two-fer/README.md
trackler-2.2.1.176 tracks/bash/exercises/two-fer/README.md
trackler-2.2.1.175 tracks/bash/exercises/two-fer/README.md
trackler-2.2.1.174 tracks/bash/exercises/two-fer/README.md
trackler-2.2.1.173 tracks/bash/exercises/two-fer/README.md
trackler-2.2.1.172 tracks/bash/exercises/two-fer/README.md
trackler-2.2.1.171 tracks/bash/exercises/two-fer/README.md
trackler-2.2.1.170 tracks/bash/exercises/two-fer/README.md
trackler-2.2.1.169 tracks/bash/exercises/two-fer/README.md
trackler-2.2.1.167 tracks/bash/exercises/two-fer/README.md
trackler-2.2.1.166 tracks/bash/exercises/two-fer/README.md
trackler-2.2.1.165 tracks/bash/exercises/two-fer/README.md
trackler-2.2.1.164 tracks/bash/exercises/two-fer/README.md
trackler-2.2.1.163 tracks/bash/exercises/two-fer/README.md
trackler-2.2.1.162 tracks/bash/exercises/two-fer/README.md
trackler-2.2.1.161 tracks/bash/exercises/two-fer/README.md
trackler-2.2.1.160 tracks/bash/exercises/two-fer/README.md