summaryrefslogtreecommitdiff
path: root/variables.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 /variables.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 'variables.c')
-rw-r--r--variables.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/variables.c b/variables.c
deleted file mode 100644
index ad36573..0000000
--- a/variables.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <stdlib.h>
-
-int main(int argc, char *argv)
-{
- printf("Trying to save variables...");
- return 0;
-}