printf-tac-toe icon indicating copy to clipboard operation
printf-tac-toe copied to clipboard

tic-tac-toe in a single call to printf

Results 7 printf-tac-toe issues
Sort by recently updated
recently updated
newest added

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 ![Captura de pantalla (6)](https://user-images.githubusercontent.com/49411169/83978603-60dc4880-a8ce-11ea-9dc2-b55be433f615.png)

amazing project and writeup, here's some anal retentive typo correction.