exercism/csharp/acronym
Ben Harris 588f26458c create solution and update all to .net 6 2021-11-10 15:09:57 -05:00
..
.exercism some more 2021-11-08 23:55:59 -05:00
.editorconfig some more 2021-11-08 23:55:59 -05:00
Acronym.cs some more 2021-11-08 23:55:59 -05:00
Acronym.csproj create solution and update all to .net 6 2021-11-10 15:09:57 -05:00
AcronymTests.cs some more 2021-11-08 23:55:59 -05:00
HELP.md some more 2021-11-08 23:55:59 -05:00
README.md some more 2021-11-08 23:55:59 -05:00

README.md

Acronym

Welcome to Acronym on Exercism's C# Track. If you need help running the tests or submitting your code, check out HELP.md.

Instructions

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

Source

Created by

  • @ErikSchierboom

Contributed to by

  • @bressain
  • @j2jensen
  • @jwood803
  • @mattcbaker
  • @robkeim
  • @vgrigoriu
  • @wolf99
  • @yvincent

Based on

Julien Vanier - https://github.com/monkbroc