a sane environment for developing and testing 3 examples using Scala 3
, rather than Scala `2.11``
This repo is based on this blog post that uses this very useful tool-kit
To run the code do a
❯ scala-cli sandbox.scala
Enter problem number
1. Palindrome
2. First Factorial
3. Min Window Substring
Enter which program you want to test
scala-cli test PalindromeProperty.test.scala
You will need scala-cli
Dependency to run this repo