Skip to content

Instantly share code, notes, and snippets.

@gfx
Created October 25, 2014 06:48
Show Gist options
  • Save gfx/6a8aadd780c4177b5205 to your computer and use it in GitHub Desktop.
Save gfx/6a8aadd780c4177b5205 to your computer and use it in GitHub Desktop.
let `let` = "foo"
println(`let`)
class C {
var `class`: String
init(_ `class`: String) {
self.`class` = `class`
}
}
C("foo")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment