We use println() to print the value in parentheses. We aren't really printing the value, but displaying it something called the console.

Let's make the console display the word hello.

Nice! The console is where we can see the results of our instructions, also known as our output. To get output, we make Kotlin run our code.

Oh noes! Didn't we want to display hello?