Timeline for Print the Christmas alphabet
Current License: CC BY-SA 4.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 24, 2023 at 20:02 | comment | added | topskip | This is a perfectly valid XPath expression, so this is the shortest. | |
| S Nov 24, 2023 at 20:01 | review | First answers | |||
| Nov 24, 2023 at 20:12 | |||||
| S Nov 24, 2023 at 20:01 | history | edited | topskip | CC BY-SA 4.0 | Mention two more, shorter solutions |
| Nov 24, 2023 at 19:54 | comment | added | Jonathan Allan | "abcdefghijkmnopqrstuvwxyz" saves bytes if that is truly a full-program or function (I do not know XPath, but it works in the linked interpreter(?)). | |
| Nov 24, 2023 at 19:46 | comment | added | topskip | Thank you for both parts of your comment! | |
| Nov 24, 2023 at 18:19 | comment | added | Philippos | Very nice, thank you for your contribution! You could even save one byte printing the uppercase christmas alphabet: codepoints-to-string(remove(65 to 90,12)) | |
| S Nov 24, 2023 at 12:49 | review | First answers | |||
| Nov 24, 2023 at 18:19 | |||||
| S Nov 24, 2023 at 12:49 | history | answered | topskip | CC BY-SA 4.0 |