LINLY README IMPORTANTE
This commit is contained in:
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