Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Challenges

Post History

60%
+1 −0
Challenges "Hello, World!"

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...

posted 12d ago by CrSb0001‭

Answer
#1: Initial revision by user avatar CrSb0001‭ · 2025-04-04T15:41:21Z (12 days ago)
# [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