Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 207 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 207 Bytes

Anagram

A simple Java program for checking whether two strings are anagrams.

Usage:

> java Anagram hello world
false
> java Anagram reactive creative
true