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