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

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