Hello world without any puts | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Hello world without any puts

Just hello world without any puts! It's simple! Okay, this is question for beginners in ruby.

4th Dec 2017, 5:56 AM
Vlad Kuz
Vlad Kuz - avatar
6 Answers
+ 6
'p' can be used :)
2nd Jan 2018, 7:39 AM
Ekansh
+ 3
#Python print("Hello World") #Technically no 'puts' #Alternative Solution: 'Hello World' #No output, but that was never required. 😉
4th Dec 2017, 6:58 AM
blackcat1111
blackcat1111 - avatar
+ 3
I was going to do the same thing as @blackcat1111's first option 😁
4th Dec 2017, 7:01 AM
Learnsolo
+ 2
Interestingly, I have an answer in Ruby: print "Hello World" You probably saw that coming, but oh well.
4th Dec 2017, 8:03 AM
blackcat1111
blackcat1111 - avatar
+ 2
https://code.sololearn.com/cp9fy784O45y/?ref=app Here it comes xD My attempt to another Hello World Challenge
5th Dec 2017, 2:07 PM
Jonathan Álex
Jonathan Álex - avatar
2nd Jan 2018, 7:24 AM
MrCoder
MrCoder - avatar