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 Glenn Randers-Pehrson
Current License: CC BY-SA 3.0
Post Revisions
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Dec 14, 2022 at 17:12 | comment | added | l4m2 |
#include <stdio.h> => #include<stdio.h> or even #include<cstdio>
|
|
| Mar 12, 2018 at 11:01 | comment | added | Toby Speight |
I don't think C++ allows you to omit the return type of main(). OTOH, this would make a good C answer...
|
|
| May 5, 2017 at 21:59 | history | edited | ETHproductions | CC BY-SA 3.0 |
fix header
|
| Dec 28, 2015 at 22:17 | history | edited | Glenn Randers-Pehrson | CC BY-SA 3.0 |
don't count the newline at the end of the program
|
| Dec 28, 2015 at 22:08 | history | edited | Glenn Randers-Pehrson | CC BY-SA 3.0 |
deleted 2 characters in body
|
| Dec 28, 2015 at 21:39 | history | edited | Glenn Randers-Pehrson | CC BY-SA 3.0 |
effect of newline
|
| Dec 28, 2015 at 21:12 | review | Low quality posts | |||
| Dec 28, 2015 at 21:35 | |||||
| Dec 28, 2015 at 20:54 | history | answered | Glenn Randers-Pehrson | CC BY-SA 3.0 |