727 B
727 B
Acronym
Convert a long 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).
To run the tests simply run the command go test
in the exercise directory.
If the test suite contains benchmarks, you can run these with the -bench
flag:
go test -bench .
For more detailed info about the Go track see the help page.
Source
Julien Vanier https://github.com/monkbroc
Submitting Incomplete Problems
It's possible to submit an incomplete solution so you can see how others have completed the exercise.