Welcome! This is a simple, ready-to-use template to kick-start your projects in the Fifth programming language. π
It comes pre-configured with a DevContainer, so you can skip the setup and get straight to coding!
No need to install compilers manually.
- Open this project in VS Code.
- Click the "Reopen in Container" button when it pops up (or run the command from the palette).
- Wait a moment while we set up your environment. β¨
We've included a Makefile to make your workflow smooth.
To compile and run your program immediately:
make runIf you just want to build:
makeTo clean up build artifacts:
make cleanHappy Coding! π