summaryrefslogtreecommitdiff
path: root/pipeling.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 /pipeling.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 'pipeling.c')
-rw-r--r--pipeling.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/pipeling.c b/pipeling.c
deleted file mode 100644
index 75adc93..0000000
--- a/pipeling.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <stdlib.h>
-#include <unistd.h>
-
-int main(int argc, char *argv[])
-{
-
- return 0;
-}