Skip to content

Instantly share code, notes, and snippets.

@carbide-public
Created January 13, 2020 15:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carbide-public/12251be75fc950667cd3d67802d1917d to your computer and use it in GitHub Desktop.
Save carbide-public/12251be75fc950667cd3d67802d1917d to your computer and use it in GitHub Desktop.
untitled
let fahrenheit = 62
let celsuis = 5/9 * (fahrenheit -32)
let difference = fahrenheit - celsuis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment