aboutsummaryrefslogtreecommitdiffstats
path: root/sway/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/main.c')
-rw-r--r--sway/main.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sway/main.c b/sway/main.c
new file mode 100644
index 00000000..e6a5b851
--- /dev/null
+++ b/sway/main.c
@@ -0,0 +1,6 @@
1#include <stdio.h>
2
3int main() {
4 printf("Hello world\n");
5 return 0;
6}