#include int main(int argc, char **argv) { puts("The build-system is working!"); return -1; }