This repo contains some weird code that I wrote in C
The programming language of gods, after assembly ofc.
Please don't run any code. My shitty code might make your computer bsod.
JK.
:)
Run Via
cl.exe code_{n}.c && del *.obj
# OR
gcc code_{n}.c -o code_{n}.exe
# THEN
code_{n}.exe
Replace n with the name of the c file.
I have also made a code runner
Compile the makeshit.c via this command
init.batIt will generate a executable named ms.exe
now use this runner like this
ms.exe {n}You can also clear the builds by this command
ms.exe clear