summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-03-15 23:15:57 +0100
committerOskar <[email protected]>2024-03-15 23:15:57 +0100
commitf39f7fec07bdbe40eb1e97533d981cf67710a423 (patch)
tree221c5558c13fb1b6e7a43f4bbfa26ec771bbe000
parent1cfa4bb97e9aa27fbd6e5ebdc41dab60a0a20215 (diff)
Git test
-rw-r--r--7ed.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/7ed.c b/7ed.c
index 12c286d..53ea8be 100644
--- a/7ed.c
+++ b/7ed.c
@@ -6,6 +6,8 @@
#include "input.h"
#include <stdint.h>
+// Hej hej!!
+
#define VERSION 1
#define USAGE "7ed [OPTION] [FILENAME]\n" \
"\nVALID COMMAND-LINE OPTIONS:\n\n"\
@@ -83,4 +85,4 @@ int main (int argc, char *argv[]) {
return EXIT_SUCCESS;
-} \ No newline at end of file
+}