#include #include void sway_terminate(void) { exit(1); } int main(int argc, const char **argv) { printf("Hello world!"); return 0; }