hbarton2 / cscd350-f24-UnhandledExceptions

0 stars 0 forks source link

cscd350-f24-UnhandledExceptions

First download the repo in a zip file and extract it.

Open the extracted file in the terminal.

To compile the program use "./comp.bat" in windows or "./comp.sh" in linux. To run the program use "./run.bat" in windows or "./run.sh" in linux.

Note: On Linux systems, before compiling and running, run the command: chmod u+x *.sh to ensure you can execute the .sh files.