diff --git a/proven-point/README.md b/README.md similarity index 100% rename from proven-point/README.md rename to README.md diff --git a/proven-point/tests/hextest.c b/proven-point/tests/hextest.c new file mode 100644 index 0000000..098cc8f --- /dev/null +++ b/proven-point/tests/hextest.c @@ -0,0 +1,13 @@ +#include "../main.h" + +/** + * main - later ig + * + * Return: DEATH + */ + +int main(void) +{ + _printf("%x", 0x0f); + return (0); +}