summaryrefslogtreecommitdiff
path: root/extra/legacy/test/src/test.c
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-08-26 06:16:35 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-08-26 06:16:35 -0300
commit8190d621ec1349b35e7359699ba7d281e98ceae0 (patch)
tree755f98806276985cb2c10d77dc485a23925c393d /extra/legacy/test/src/test.c
parent290efe9d388cf0add947ccc95e478d1131acdbe1 (diff)
remove more duplicates
Diffstat (limited to 'extra/legacy/test/src/test.c')
-rw-r--r--extra/legacy/test/src/test.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/extra/legacy/test/src/test.c b/extra/legacy/test/src/test.c
deleted file mode 100644
index a661689..0000000
--- a/extra/legacy/test/src/test.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <stdio.h>
-#include <stdlib.h>
-
-int main(void) {
- printf("Arch is the best!\n");
- return EXIT_SUCCESS;
-}