THIS WORKS?! almost

This commit is contained in:
LinlyBoi
2023-08-22 22:17:31 +03:00
parent 1dea5b6dbd
commit 13b061058c
3 changed files with 5 additions and 3 deletions

View File

@@ -8,5 +8,7 @@
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
}