17 lines
409 B
Plaintext
17 lines
409 B
Plaintext
COS235 HW4
|
|
Nicholas Pease
|
|
15 NOV 2024
|
|
|
|
|
|
Description:
|
|
|
|
This is a program that executes a recursive program to display some dots and ints on a screen.
|
|
|
|
Execution:
|
|
|
|
This program requires RARS (https://github.com/TheThirdOne/rars) and JDK.
|
|
|
|
To execute the program with RARS, run the following command
|
|
java -jar rars1_6.jar hw.s
|
|
|
|
With rars1_6 being the current version of RARS and in the same directory as the file |