LINLY README IMPORTANTE
This commit is contained in:
@@ -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**
|
||||
13
proven-point/tests/hextest.c
Normal file
13
proven-point/tests/hextest.c
Normal file
@@ -0,0 +1,13 @@
|
||||
#include "../main.h"
|
||||
|
||||
/**
|
||||
* main - later ig
|
||||
*
|
||||
* Return: DEATH
|
||||
*/
|
||||
|
||||
int main(void)
|
||||
{
|
||||
_printf("%x", 0x0f);
|
||||
return (0);
|
||||
}
|
||||
Reference in New Issue
Block a user