diff options
author | Oskar <[email protected]> | 2024-03-15 23:15:57 +0100 |
---|---|---|
committer | Oskar <[email protected]> | 2024-03-15 23:15:57 +0100 |
commit | f39f7fec07bdbe40eb1e97533d981cf67710a423 (patch) | |
tree | 221c5558c13fb1b6e7a43f4bbfa26ec771bbe000 | |
parent | 1cfa4bb97e9aa27fbd6e5ebdc41dab60a0a20215 (diff) |
Git test
-rw-r--r-- | 7ed.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 +} |