summaryrefslogtreecommitdiff
path: root/extra/lukeshu-xbs/test/src/test.c
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-08-26 03:41:50 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-08-26 03:41:50 -0300
commitbf43cbddbccc51a1147eb37cd7a64762bde4f506 (patch)
tree3bfc609c9385b00ec9a3fdbfb79de1620c3f99db /extra/lukeshu-xbs/test/src/test.c
parent50d2db5c271537d78ea0037fe285d081df38fa02 (diff)
add copy from the lukeshu/xbs repo
Diffstat (limited to 'extra/lukeshu-xbs/test/src/test.c')
-rw-r--r--extra/lukeshu-xbs/test/src/test.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/extra/lukeshu-xbs/test/src/test.c b/extra/lukeshu-xbs/test/src/test.c
new file mode 100644
index 0000000..a661689
--- /dev/null
+++ b/extra/lukeshu-xbs/test/src/test.c
@@ -0,0 +1,7 @@
+#include <stdio.h>
+#include <stdlib.h>
+
+int main(void) {
+ printf("Arch is the best!\n");
+ return EXIT_SUCCESS;
+}