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 Paper
Current License: CC BY-SA 3.0
Post Revisions
15 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 20, 2018 at 1:29 | comment | added | Titus |
<?=str_repeat(1,21); 21 ones, 20 bytes - <?=str_pad(1,20,0); - a one plus 19 zeroes, 19 bytes
|
|
| May 31, 2017 at 8:34 | review | Low quality posts | |||
| May 31, 2017 at 9:03 | |||||
| May 31, 2017 at 8:29 | history | edited | Paper | CC BY-SA 3.0 |
added 9 characters in body
|
| May 30, 2017 at 3:41 | comment | added | Esolanging Fruit |
<?=str_repeat("1",23); works for score 11111111111111111111111.
|
|
| May 5, 2017 at 21:50 | review | Low quality posts | |||
| May 5, 2017 at 21:51 | |||||
| May 5, 2017 at 21:47 | history | edited | ETHproductions | CC BY-SA 3.0 |
fix header
|
| Feb 24, 2016 at 20:10 | history | edited | SuperJedi224 | CC BY-SA 3.0 |
added 7 characters in body
|
| Feb 24, 2016 at 19:39 | review | Low quality posts | |||
| Feb 24, 2016 at 20:10 | |||||
| Feb 24, 2016 at 19:36 | comment | added | Paper | @MorganThrapp bytes.... ok, now. | |
| Feb 24, 2016 at 19:35 | history | edited | Paper | CC BY-SA 3.0 |
that better?
|
| Feb 24, 2016 at 19:33 | comment | added | Paper | @MorganThrapp Thanks, fixed it. | |
| Feb 24, 2016 at 19:32 | history | edited | Paper | CC BY-SA 3.0 |
actuall solution
|
| Feb 24, 2016 at 19:30 | history | undeleted | Paper | ||
| Feb 24, 2016 at 19:28 | history | deleted | Paper | via Vote | |
| Feb 24, 2016 at 19:24 | history | answered | Paper | CC BY-SA 3.0 |