From 6d0fa81c89f961241c0b040761fcd5815de77d21 Mon Sep 17 00:00:00 2001 From: Supermjork Date: Tue, 22 Aug 2023 23:47:08 +0300 Subject: [PATCH] LINLY README IMPORTANTE --- proven-point/README.md => README.md | 0 proven-point/tests/hextest.c | 13 +++++++++++++ 2 files changed, 13 insertions(+) rename proven-point/README.md => README.md (100%) create mode 100644 proven-point/tests/hextest.c 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); +}