Added author

This commit is contained in:
mnjx
2023-02-14 21:54:47 +01:00
committed by GitHub
parent 79bb71732b
commit e06ba844c4
+3 -1
View File
@@ -1,3 +1,5 @@
// Made by mnjx
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -57,4 +59,4 @@ int main() {
printf("Please enter a valid number.\n");
}
}
}
}