When we write code, we're writing a list of instructions for our program to execute. It's what makes all of the great apps and websites we use every day!

We'll be executing code throughout this micro-course, so let's have a look at what exactly we'll be asking Ruby to do!

Boom! print is a so-called method. We use it to display text or other kinds of things.