Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 287 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 287 Bytes

TuscanSquare

The program expects a number as input indicating the size of a Tuscan square. After compilation, pass the number as the command line argument, then the result will be printed to the standard output. Please follow the example below.

javac Tuscan.java
java Tuscan 4