Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am facetheheat on github.
  • I am facetheheat (https://keybase.io/facetheheat) on keybase.
  • I have a public key ASBWlsKJJqnxszyaAgb4n95WZciWZYyVdZ5N-8p6TQoEUQo

To claim this, I am signing this object:

import Foundation
let diceRoll = Int(arc4random_uniform(18) + 1)
print(diceRoll)