THIS WORKS?! almost
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#!/usr/bin/bash
|
||||
gcc -Wall -pedantic -Werror -Wextra -std=gnu89 $1 ../*.c -o a
|
||||
gcc -Wno-format -Wall -pedantic -Werror -Wextra -std=gnu89 $1 ../*.c -o a
|
||||
./a
|
||||
|
||||
Reference in New Issue
Block a user