Nothing to see here
This commit is contained in:
14
proven-point/tests/num_test.c
Normal file
14
proven-point/tests/num_test.c
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user