Sha256: dbd9e7b864fa3dc70156b97d728bdb1e8303c49de5b81db959c9112063175eaf

Contents?: true

Size: 1.77 KB

Versions: 17

Compression:

Stored size: 1.77 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

In order to run the tests for this track, you will need to install
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installing) instructions for more information.

### Loading Exercises into Delphi

If Delphi is properly installed, and `*.dpr` file types have been associated with Delphi, then double clicking the supplied `*.dpr` file will start Delphi and load the exercise/project.  `control + F9` is the keyboard shortcut to compile the project or pressing `F9` will compile and run the project.

Alternatively you may opt to start Delphi and load your project via. the `File` drop down menu.

### When Questions Come Up
We monitor the [Pascal-Delphi](https://gitter.im/exercism/Pascal-Delphi) support room on [gitter.im](https://gitter.im) to help you with any questions that might arise.

### Submitting Exercises

Note that, when trying to submit an exercise, make sure the exercise file you're submitting is in the `exercism/delphi/<exerciseName>` directory.

For example, if you're submitting `ubob.pas` for the Bob exercise, the submit command would be something like `exercism submit <path_to_exercism_dir>/delphi/bob/ubob.pas`.

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

17 entries across 17 versions & 1 rubygems

Version Path
trackler-2.2.1.71 tracks/delphi/exercises/two-fer/README.md
trackler-2.2.1.70 tracks/delphi/exercises/two-fer/README.md
trackler-2.2.1.69 tracks/delphi/exercises/two-fer/README.md
trackler-2.2.1.68 tracks/delphi/exercises/two-fer/README.md
trackler-2.2.1.67 tracks/delphi/exercises/two-fer/README.md
trackler-2.2.1.66 tracks/delphi/exercises/two-fer/README.md
trackler-2.2.1.65 tracks/delphi/exercises/two-fer/README.md
trackler-2.2.1.64 tracks/delphi/exercises/two-fer/README.md
trackler-2.2.1.63 tracks/delphi/exercises/two-fer/README.md
trackler-2.2.1.62 tracks/delphi/exercises/two-fer/README.md
trackler-2.2.1.61 tracks/delphi/exercises/two-fer/README.md
trackler-2.2.1.60 tracks/delphi/exercises/two-fer/README.md
trackler-2.2.1.59 tracks/delphi/exercises/two-fer/README.md
trackler-2.2.1.58 tracks/delphi/exercises/two-fer/README.md
trackler-2.2.1.57 tracks/delphi/exercises/two-fer/README.md
trackler-2.2.1.56 tracks/delphi/exercises/two-fer/README.md
trackler-2.2.1.55 tracks/delphi/exercises/two-fer/README.md