/f24-lab02

17-214 Lab 2 (F24)

Primary LanguageJava

17-214 Lab 2 (F24)

Find instructions at https://github.com/CMU-17-214/f2024/blob/main/labs/lab02.md

To compile and run the Java version, run mvn compile in the java directory, then run as usual.

To compile and run the TypeScript version, run npm compile in the typescript directory, then npm run start to execute.