Semyonic / acronym-generator

My solution to Acronym generator @ http://exercism.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Running the tests

To run the tests run the command go test from within the exercise directory.

If the test suite contains benchmarks, you can run these with the --bench and --benchmem flags:

go test -v --bench . --benchmem

Keep in mind that each reviewer will run benchmarks on a different machine, with different specs, so the results from these benchmark tests may vary.

About

My solution to Acronym generator @ http://exercism.io


Languages

Language:Go 100.0%