Closed greenlaw110 closed 5 years ago
So with the following code
Keyword keyword = Keyword.of("FooBar"); System.out.println(keyword.acronym()); \
It prints out FB in the console.
FB
So with the following code
It prints out
FB
in the console.