Functions need matching parentheses and braces. This is known as the function definition.

Let's give creating greeting() another go.

Alright! You just created a function. Right now greeting doesn't do much, that's because we haven't added the function body yet.

Functions need the func keyword, a name, parentheses, and braces.