summaryrefslogtreecommitdiff
path: root/completion.c
diff options
context:
space:
mode:
authornasrlol <nsrddyn@gmail.com>2025-02-12 23:02:07 +0100
committernasrlol <nsrddyn@gmail.com>2025-02-12 23:02:07 +0100
commit3010301bd7d20cd14b1eda9bd24da172c3924c89 (patch)
tree7fb33cd85ece474c2b6cc0bf8276bb8bbe3d1783 /completion.c
parent87fb4d9ea774bc7fd69076947925fac01e68f60b (diff)
working on the main function of the code trying to get the lines to correctly dislay everything, still having a little of trouble though
Diffstat (limited to 'completion.c')
-rw-r--r--completion.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/completion.c b/completion.c
deleted file mode 100644
index 2ffe5e6..0000000
--- a/completion.c
+++ /dev/null
@@ -1,10 +0,0 @@
-#include <stdlib.h>
-#include <unistd.h>
-
-int main (int argc, char *argv[])
-{
-
-
- return 0;
-}
-