7 ms·
I believe hello world in ruby is even shorter than python (if that is what counts as a measurement here), since you can just use "p" as short of "puts", so: p
by hello_there_you 11y ago
I believe hello world in ruby is even shorter than python (if that is what counts as a measurement here), since you can just use "p" as short of "puts", so:
p 'Hello world'
- mateuszf 11y agoHello world in Clojure: "Hello world"
- JupiterMoon 11y agoOne can do the same with the python console.