Functions are a way to write a piece of code so that we can use the code again later.

Try making a function using the fun keyword.

Awesome job! Hello world! didn't show on the screen because we only created the helloWorld() without running it.

Not quite! We'll need to use the fun keyword to create a function.