Grab a copy of w64devkit. Then in this repository:
$ make
Then add it to your $PATH
. Then (anywhere) you can build the example:
$ skeeto-cc -o example.exe example.c
$ ./example world
Hello, world
To build the example program using this mini CRT which only has printf
,
fputc
, and fflush
.