DylanSp / sudoku-toolkit

Go toolkit for generating, solving, and otherwise analyzing Sudoku puzzles.
MIT License
0 stars 0 forks source link

Add task runner/utility scripts if necessary #5

Open DylanSp opened 9 months ago

DylanSp commented 9 months ago

Use Just as a task runner, if I need one.

If I want/need shell scripts - include Shellcheck in devcontainer. See devcontainer.json from the fly-distributed-systems-challenges project as an example of how to set it up via apt-get.