summaryrefslogtreecommitdiff
path: root/7ed.c
diff options
context:
space:
mode:
Diffstat (limited to '7ed.c')
-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
+}