Timeline for answer to What is the smallest positive base 10 integer that can be printed by a program shorter (in characters) than itself? by lynn
Current License: CC BY-SA 3.0
Post Revisions
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 16, 2019 at 18:34 | comment | added | lynn | You should post that yourself, it's quite clever! | |
| Sep 15, 2019 at 1:05 | comment | added | Phil1970 |
You could get 59 nines with int main(int c){while(c-->-putchar(57);)} for the second line. The same result could be get with a for instead and adding 2 ;.
|
|
| Dec 28, 2015 at 16:41 | history | answered | lynn | CC BY-SA 3.0 |