Creating a function requires the func keyword followed by a descriptive name.
Wanna give it a try?
Nice. When naming a function we usually have a specific action in mind and name it accordingly. Here, we want to perform a greeting.
When creating a function we'll need to use the func keyword followed by the name.