Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 331 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 331 Bytes

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.