Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 480 Bytes

File metadata and controls

14 lines (9 loc) · 480 Bytes

JavaHashMapExample

This program was created to support understanding of HashMaps, simple logging, and user input, to support the Anagrams lesson in Google's Applied CS Skills. https://appliedcsskills.withgoogle.com/unit?unit=1&lesson=2

Command Line Usage

clone the repo:

git clone https://github.com/CodeNextPaco/JavaHashMapExample.git

compile using the Java Compiler on a Mac:

javac SimpleHashMap.java

run the program:

java SimpleHashMap.java