Language | Version | Package |
---|
I recommended using VS Code.
If you are on Windows, I highly recommend installing msys2. After installation, run the following from the msys2
shell:
pacman -Syu
pacman -S base-devel
pacman -S mingw-w64-x86_64-toolchain
pacman -S mingw-w64-x86_64-cmake
- For those who may not wish to use VSCode and instead prefer a simple text editor
- There is a
Makefile
at the root of this repository for building and running tests. - Instructions will be provided at a later time for command line usage to add new problems, run tests, etc.
- There is a
- I do not recommend using any sort of bloated IDE. They tend to add a lot of files simply for their specific plumbing.