Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 222 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 222 Bytes

Alphabet diamond

A simple java program that draws a diamond via command line depending on the highest letter specified.

To run the app: ./go run

To run the tests: ./go test

To clean the built files: ./go clean