Post History
Emmental, 51 bytes #72.#101.#108::..#111:.#44.#32.#87..#114..#100.#33. Try it online! Basically what goes on is #[num] pushes the ASCII value of num onto the top of the stack, : duplicates t...
#1: Initial revision
# [Emmental], 51 bytes ```none #72.#101.#108::..#111:.#44.#32.#87..#114..#100.#33. ``` <i>[Try it online!]</i> --- Basically what goes on is `#[num]` pushes the ASCII value of `num` onto the top of the stack, `:` duplicates the top of the stack, and `.` prints the top of the stack. Admittedly this is probably the most golfed it can get as I seem to be unable to further rearrange everything to get a lower byte count, so it does seem that sub-50 bytes is barely out of reach. [Emmental]:https://esolangs.org/wiki/Emmental [Try it online!]:https://tio.run/##S83NTc0rScz5/1/Z3EhP2dDAEERYWFnpAWlDQys9ZRMTPWVjoJSFOVjIBEQaGADFjPX@/wcA