Skip to content

Instantly share code, notes, and snippets.

@Pasanpr
Created November 22, 2016 19:19
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Pasanpr/1ab15e907b1e33b83f8602e360600558 to your computer and use it in GitHub Desktop.
Save Pasanpr/1ab15e907b1e33b83f8602e360600558 to your computer and use it in GitHub Desktop.
Build a Simple iPhone App - Facts code
let facts = [
"Ants stretch when they wake up in the morning.",
"Ostriches can run faster than horses.",
"Olympic gold medals are actually made mostly of silver.",
"You are born with 300 bones; by the time you are an adult you will have 206.",
"It takes about 8 minutes for light from the Sun to reach Earth.",
"Some bamboo plants can grow almost a meter in just one day.",
"The state of Florida is bigger than England.",
"Some penguins can leap 2-3 meters out of the water.",
"On average, it takes 66 days to form a new habit.",
"Mammoths still walked the Earth when the Great Pyramid was being built."
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment