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.119 tracks/bash/exercises/two-fer/README.md
trackler-2.2.1.118 tracks/bash/exercises/two-fer/README.md
trackler-2.2.1.117 tracks/bash/exercises/two-fer/README.md
trackler-2.2.1.116 tracks/bash/exercises/two-fer/README.md
trackler-2.2.1.115 tracks/bash/exercises/two-fer/README.md
trackler-2.2.1.114 tracks/bash/exercises/two-fer/README.md
trackler-2.2.1.113 tracks/bash/exercises/two-fer/README.md
trackler-2.2.1.111 tracks/bash/exercises/two-fer/README.md
trackler-2.2.1.110 tracks/bash/exercises/two-fer/README.md
trackler-2.2.1.109 tracks/bash/exercises/two-fer/README.md
trackler-2.2.1.108 tracks/bash/exercises/two-fer/README.md
trackler-2.2.1.107 tracks/bash/exercises/two-fer/README.md
trackler-2.2.1.106 tracks/bash/exercises/two-fer/README.md
trackler-2.2.1.105 tracks/bash/exercises/two-fer/README.md
trackler-2.2.1.104 tracks/bash/exercises/two-fer/README.md
trackler-2.2.1.103 tracks/bash/exercises/two-fer/README.md
trackler-2.2.1.102 tracks/bash/exercises/two-fer/README.md
trackler-2.2.1.101 tracks/bash/exercises/two-fer/README.md
trackler-2.2.1.100 tracks/bash/exercises/two-fer/README.md
trackler-2.2.1.99 tracks/bash/exercises/two-fer/README.md