Timeline for The Letter A without A
Current License: CC BY-SA 3.0
14 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 17, 2020 at 9:04 | history | edited | CommunityBot | Commonmark migration | |
| Feb 4, 2017 at 21:24 | comment | added | cmaster - reinstate monica | @KarlNapf Ooops. Missed that. Sorry. | |
| Feb 4, 2017 at 11:48 | comment | added | Karl Napf | @cmaster putchar includes A and U which is both forbidden | |
| Jan 25, 2017 at 19:49 | comment | added | Karl Napf | @AlbertRenshaw ɦ is a 2-byte-character | |
| Jan 24, 2017 at 9:48 | comment | added | Albert Renshaw | Depending on your IDE you can do something like this: printf("%c",~'ɦ');, though the "A" will have an accent mark added heh | |
| Aug 24, 2016 at 22:58 | comment | added | Joshua | If you use write() instead of printf you can make it a program; specify the build steps to ensure you don't link against any libc at all; if there is no _start the first symbol is jumped to and _exit is allowed so it's safe. At least one version of gcc will optimize write() into the direct syscall with no function call at all. | |
| Aug 20, 2016 at 19:42 | comment | added | rici | For lower case a, you can use (333-33)/3-3. It's not as short as 'c'-2, but it's 3er. 33*3-2 is also possible. | |
| Aug 20, 2016 at 0:47 | history | edited | Karl Napf | CC BY-SA 3.0 | added 526 characters in body |
| Aug 20, 2016 at 0:10 | history | edited | Karl Napf | CC BY-SA 3.0 | added 344 characters in body |
| Aug 19, 2016 at 22:49 | history | edited | Karl Napf | CC BY-SA 3.0 | added 68 characters in body |
| Aug 19, 2016 at 22:44 | history | edited | Karl Napf | CC BY-SA 3.0 | added 68 characters in body |
| Aug 19, 2016 at 22:43 | comment | added | Dennis | 88-23 should save a few bytes. | |
| Aug 19, 2016 at 22:37 | history | edited | Karl Napf | CC BY-SA 3.0 | added 51 characters in body |
| Aug 19, 2016 at 22:33 | history | answered | Karl Napf | CC BY-SA 3.0 |