Just like JavaWork this repo was made so that I can look at this years later and realize the pain I had to endure.
- 🌐 Find me on socials!
- ✍️ Read my blog!
- 💸 Support me on ko-fi!
- 🌎 Check out my website
- 🎮 Stop reading my shitty code and go play Doom, you nerd.
If you're still here and want to run the C programs I wrote, use run.py like this:
If you're on Ubuntu, you can install it via the following command:
sudo apt install build-essentialPython should be installed by default on Ubuntu.
- Make the script an executable:
chmod +x ./run.py- Run the program you want to run:
./run Basics/hello.cNote that I'm using Bash. Running these commands might be different if you're using PowerShell/cmd on Windows.