You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A functional implementation of Game of Life in Kotlin
Execution
The code is just a proof of concept and there is no direct output. To verify the implementation you can run
mvn test
from the root of the repository, to run unit tests
About
A functional implementation of game of life in kotlin with arrow