Hello! Welcome to Scala!
The Game of Life code to debug can be found at GameOfLife/src/GameOfLife.scala
To run this code, please execute the following commands in the repl command line:
cd GameOfLife cd src scalac GameOfLife.scala scala GameOfLife
Before starting your debugging process, you may want to get a small headstart by going thorugh our Learning folder. The file at Learning/src/test.scala contains some basic syntax. You can run this file by executing the following commands:
cd Learning cd src scalac test.scala scala test
If you would like more help, please visit: https://docs.scala-lang.org/
After debugging, please return to the email we sent you and fill out the survey.
Happy Debugging!