Timeline for Triangulating Text
Current License: CC BY-SA 3.0
10 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 17, 2020 at 9:04 | history | edited | Community Bot |
Commonmark migration
|
|
| Dec 2, 2015 at 10:11 | comment | added | Sahil Arora | @enhzflep Yeah I guess the same. Thanks btw! | |
| Dec 2, 2015 at 9:56 | comment | added | enhzflep | Oh. :( Works fine here on win7 with gcc 4.7.1 - I guess it's to do with the way that the printf output is flushed to stdout. +1 for beating Javascript. | |
| Dec 2, 2015 at 9:45 | comment | added | Sahil Arora | @enhzflep I tried it already, it gave an ambiguous output! | |
| Dec 2, 2015 at 9:33 | comment | added | enhzflep |
@SahilArora - You can replace printf(" ") and printf("\n") with puts(" ") and puts("\n"). Each substitution will save you 2 bytes.:)
|
|
| Dec 1, 2015 at 9:30 | comment | added | Sahil Arora | @MarkKCowan yes, apparently. I hope I make it even smaller! :) | |
| Nov 30, 2015 at 23:51 | comment | added | Mark K Cowan | You seem to have beat JavaScript with C by 1 byte so far :D | |
| Nov 30, 2015 at 18:40 | history | edited | Sahil Arora | CC BY-SA 3.0 |
added 9 characters in body
|
| Nov 30, 2015 at 15:50 | history | edited | Sahil Arora | CC BY-SA 3.0 |
removed extra variable
|
| Nov 30, 2015 at 14:19 | history | answered | Sahil Arora | CC BY-SA 3.0 |