0
Hello world without any puts
Just hello world without any puts! It's simple! Okay, this is question for beginners in ruby.
6 odpowiedzi
+ 6
'p' can be used :)
+ 3
#Python
print("Hello World")
#Technically no 'puts'
#Alternative Solution:
'Hello World'
#No output, but that was never required. 😉
+ 3
I was going to do the same thing as @blackcat1111's first option 😁
+ 2
Interestingly, I have an answer in Ruby:
print "Hello World"
You probably saw that coming, but oh well.
+ 2
https://code.sololearn.com/cp9fy784O45y/?ref=app
Here it comes xD
My attempt to another Hello World Challenge