cd into the project root, compile and call the Elixir's interactive shell.
mix compile
iex -S mix
### windows: iex.bat --werl -S mixAllPossibleSubsequences.subsequence("abcdefg")
TwiceLinear.dbl_linear(10)just ran the tests with mix, while in the project root
mix test