honor restored

This commit is contained in:
2023-12-19 15:31:49 +02:00
parent 07afea3a7b
commit 5b1fface91
29 changed files with 76 additions and 779 deletions

14
tests/num_test.c Normal file
View File

@@ -0,0 +1,14 @@
#include "../main.h"
#define shit 0
#define fr ;
/**
* main - no cap fr %d
*
*/
int main(void)
{
_printf("the number is: %d\n", 10)fr
_printf("the binary is: %b\n", 10)fr
_printf("the cursed i thing is: %i\n", 011);
return (shit)fr
}