printf-tac-toe
printf-tac-toe copied to clipboard
tic-tac-toe in a single call to printf
The link should be to https://www.ioccc.org Currently, it's to http://ioccc.org/ which doesn't resolve
You wrote > Computing the NOT of a single value is also easy: ``` printf("%1$255d%1$s%hhn", a, b) ``` will compute ``` *b = (strlen(a)+255)%256 = strlen(a)-1 ``` and again, because...
`prog.c` does not exist. In this PR I fixed the name of the file in the command to run the program
Windows 10 LTSC 2019 TDM-GCC 9.2 
amazing project and writeup, here's some anal retentive typo correction.