Added author

This commit is contained in:
mnjx
2023-02-14 21:55:41 +01:00
committed by GitHub
parent b25e1e94f7
commit 6d6d827f14
+3 -1
View File
@@ -1,3 +1,5 @@
// Made by mnjx
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
@@ -124,4 +126,4 @@ int main() {
option = -1; option = -1;
break; break;
} }
} }