a language where the source code is folder only
this c project uses the nobuild build system. to build this project, do this:
$ cc ./nobuild.c -o nobuild $ ./nobuild
on windows:
$ cl.exe nobuild.c $ nobuild