To mark a function as visible to other crates, what do you need to do to its definition?
Add the pub keywork.
Begin the function's name with a capital letter.
Remove the private keyword.
Add the public keyword.