LINLY README IMPORTANTE

This commit is contained in:
2023-08-22 23:47:08 +03:00
parent b1d5d81f84
commit 6d0fa81c89
2 changed files with 13 additions and 0 deletions

View File

@@ -1,7 +0,0 @@
# printf
~~This took printf("Hello world") and made it difficult~~
Group project to implement printf from scratch
## Structure
`test/` where all the tests lay
## Building **TODO**

View File

@@ -0,0 +1,13 @@
#include "../main.h"
/**
* main - later ig
*
* Return: DEATH
*/
int main(void)
{
_printf("%x", 0x0f);
return (0);
}