1
0
Fork 0
mirror of https://github.com/NickHu/sway synced 2025-01-15 15:41:59 +01:00
sway-patched-tray-menu/swaymsg/main.c

12 lines
159 B
C
Raw Normal View History

2015-11-26 18:41:24 +01:00
#include <stdio.h>
#include <stdlib.h>
void sway_terminate(void) {
exit(1);
}
int main(int argc, const char **argv) {
printf("Hello world!");
return 0;
}