bouncy/c/run.bat

3 lines
68 B
Batchfile

del bounce.exe
zig cc bounce.c -o bounce.exe -Wall -Ofast
bounce.exe