lots of exercises in java... from https://github.com/exercism/java
Karan Mirani 33c2d1cfcd removed final from tests (#1434) 6 anos atrás
..
.meta Acronym: Update tests and version 6 anos atrás
src removed final from tests (#1434) 6 anos atrás
README.md Adjust exercise README formatting; drop help link 7 anos atrás
build.gradle Format build.gradle files 7 anos atrás

README.md

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

You can run all the tests for an exercise by entering

$ gradle test

in your terminal.

Source

Julien Vanier 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.