Activity for 22tâ€
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #283831 | Initial revision | — | about 3 years ago |
Answer | — |
A: "Hello, World!" Turing Machine.io, 202 bytes ```0 0 72 3 1 1 0 0 1 101 3 1 2 0 0 2 108 3 1 3 0 0 3 108 3 1 4 0 0 4 111 3 1 5 0 0 5 44 3 1 6 0 0 6 32 3 1 7 0 0 7 87 3 1 8 0 0 8 111 3 1 9 0 0 9 114 3 1 a 0 0 a 108 3 1 b 0 0 b 100 3 1 c 0 0 c 33 3 1 0 1 ``` Basically just keeps replacing the current ce... (more) |
— | about 3 years ago |
Comment | Post #279322 |
Is the input being a Unicode character (e.g. a newline means 10, "!" means 33, etc) allowed? (more) |
— | about 3 years ago |
Edit | Post #282059 | Initial revision | — | over 3 years ago |
Answer | — |
A: Reverse an ASCII string Turing Machine.io, 363 bytes 0 0 0 0 -1 8 0 0 8 4 0 1 9 0 0 9 -1 0 0 1 0 0 1 0 0 1 9 0 1 1 1 0 1 9 0 2 1 2 0 1 9 0 3 1 0 0 -1 2 0 2 2 2 0 -1 3 0 0 3 0 0 -1 3 0 1 3 1 0 -1 3 0 2 3 2 0 1 4 0 0 4 0 0 -1 4 0 1 4 1 0 -1 4 0 2 4 2 0 1 ... (more) |
— | over 3 years ago |
Comment | Post #279148 |
I'd recommend showing how to solve univariate polynomials (or at least one way of doing so)? (more) |
— | about 4 years ago |
Comment | Post #279147 |
It's quite funny how this is the first question, considering "Hello, World!" is the first thing most people do when they first start coding-- much alike the first question on Codidact Code Golf being "Hello, World!" (more) |
— | about 4 years ago |