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.