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

How do you say "Hello World!" I've tried puts print etc. and it still doesn't work!!!!!

need help so i can pass class

4 Answers

Colin Marshall
Colin Marshall
32,861 Points

Try puts again and tell us if it works.

nope sorry that didn't work!

Colin Marshall
Colin Marshall
32,861 Points

are you typing just "puts" without the quotes and in all lowercase with no spaces before or after?

OMG THANK YOU IT FINNALY WORK THANKS MAN YOUR MY BFF

Colin Marshall
Colin Marshall
32,861 Points

Haha! No problem. Get your code on.

I'm typing puts "Hello World!"

Colin Marshall
Colin Marshall
32,861 Points

You only need to type puts. "Hello World!" is already there for you. It's a fill in the blank.

Carlos Filho
Carlos Filho
1,454 Points

Jesus, that one is a catch