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.
Remove the private keyword.
Begin the function's name with a capital letter.