Skip to content

Instantly share code, notes, and snippets.

@yvettecook
Created January 18, 2016 08:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yvettecook/1b482b9a7b0ce9daa6fe to your computer and use it in GitHub Desktop.
Save yvettecook/1b482b9a7b0ce9daa6fe to your computer and use it in GitHub Desktop.
// Answers to the challenges look like this:
func learnSwift(name: String) -> String {
return("\(name) is learning Swift")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment