diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-08-04 21:02:46 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-08-04 21:02:46 -0400 |
commit | 6a33e1e3cddac31b762e4376e29c03ccf8f92107 (patch) | |
tree | 5a8a855b11940bcd86994e79c7a0d483e19637a1 /sway |
Initial commit
Diffstat (limited to 'sway')
-rw-r--r-- | sway/main.c | 6 |
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 @@ +#include <stdio.h> + +int main() { + printf("Hello world\n"); + return 0; +} |