Sha256: 1f36fd17834ba259eb96e5b483bfca4a1c1b41a78b4e120d74a720fabb9916c5

Contents?: true

Size: 1.1 KB

Versions: 75

Compression:

Stored size: 1.1 KB

Contents

# Acronym

Convert a phrase to its acronym.

Techies love their TLA (Three Letter Acronyms)!

Help generate some jargon by writing a program that converts a long name
like Portable Network Graphics to its acronym (PNG).

## Setup

There are two different methods of getting set up to run the tests with Objective-C:

- Create an Xcode project with a test target which will run the tests.
- Use the ruby gem `objc` as a test runner utility.

Both are described in more detail here: http://exercism.io/languages/objective-c

### Submitting Exercises

When submitting an exercise, make sure your solution file is in the same directory as the test code.

The submit command will look something like:

```shell
exercism submit <path-to-exercism-workspace>/objective-c/acronym/Acronym.m
```

You can find the Exercism workspace by running `exercism debug` and looking for the line beginning
with Workspace.

## Source

Julien Vanier [https://github.com/monkbroc](https://github.com/monkbroc)

## Submitting Incomplete Solutions
It's possible to submit an incomplete solution so you can see how others have completed the exercise.

Version data entries

75 entries across 75 versions & 1 rubygems

Version Path
trackler-2.2.1.119 tracks/objective-c/exercises/acronym/README.md
trackler-2.2.1.118 tracks/objective-c/exercises/acronym/README.md
trackler-2.2.1.117 tracks/objective-c/exercises/acronym/README.md
trackler-2.2.1.116 tracks/objective-c/exercises/acronym/README.md
trackler-2.2.1.115 tracks/objective-c/exercises/acronym/README.md
trackler-2.2.1.114 tracks/objective-c/exercises/acronym/README.md
trackler-2.2.1.113 tracks/objective-c/exercises/acronym/README.md
trackler-2.2.1.111 tracks/objective-c/exercises/acronym/README.md
trackler-2.2.1.110 tracks/objective-c/exercises/acronym/README.md
trackler-2.2.1.109 tracks/objective-c/exercises/acronym/README.md
trackler-2.2.1.108 tracks/objective-c/exercises/acronym/README.md
trackler-2.2.1.107 tracks/objective-c/exercises/acronym/README.md
trackler-2.2.1.106 tracks/objective-c/exercises/acronym/README.md
trackler-2.2.1.105 tracks/objective-c/exercises/acronym/README.md
trackler-2.2.1.104 tracks/objective-c/exercises/acronym/README.md