swayfx/sway/main.c
2015-08-04 21:02:46 -04:00

6 lines
72 B
C

#include <stdio.h>
int main() {
printf("Hello world\n");
return 0;
}