aboutsummaryrefslogtreecommitdiffstats
path: root/sway/main.c
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-08-04 21:02:46 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-08-04 21:02:46 -0400
commit6a33e1e3cddac31b762e4376e29c03ccf8f92107 (patch)
tree5a8a855b11940bcd86994e79c7a0d483e19637a1 /sway/main.c
downloadsway-6a33e1e3cddac31b762e4376e29c03ccf8f92107.tar.gz
sway-6a33e1e3cddac31b762e4376e29c03ccf8f92107.tar.zst
sway-6a33e1e3cddac31b762e4376e29c03ccf8f92107.zip
Initial commit
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}