Hello world! Because when you start a new `whatever`, how else are you going to name your first attempt? def print_hello(name) puts "Hello there, you crazy #{name}" end print_hi('World') #=> prints 'Hello there, you crazy World' to STDOUT. See you around! Please enable JavaScript to view the comments.