Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Ruby Ruby Basics (Retired) How Ruby Works The Ruby Programming Language

Pauline Hilborn
Pauline Hilborn
3,879 Points

I think there is an error in the quiz. It asks what command will put "Hello World!" to the screen.

Should be as below: puts "Hello World!" but it won't recognize this as the correct answer.

3 Answers

rdaniels
rdaniels
27,258 Points

Don't use puts. Its asking you to use print...

Pauline Hilborn
Pauline Hilborn
3,879 Points

print "Hello World!" doesn't work either. I've literally tried every combination... spaces, no spaces, caps, no caps.

Seth Reece
Seth Reece
32,867 Points

I just got a pass with both print and puts. Maybe try refreshing the page?

Pauline Hilborn
Pauline Hilborn
3,879 Points

Oh, I just figure it out. It wants me to write puts. Not puts "Hello World!" Thank you!

Hi Pauline,

Can you try to refresh your browser and use either puts or print?

It worked for me both. If still not working, I will submit ticket to our Treehouse supports.

/Salman