Skip to content

Instantly share code, notes, and snippets.

@LucianoPAlmeida
Last active April 19, 2019 01:17
Show Gist options
  • Save LucianoPAlmeida/eba9e102b4c7e4c4c3e4ff4a78b35983 to your computer and use it in GitHub Desktop.
Save LucianoPAlmeida/eba9e102b4c7e4c4c3e4ff4a78b35983 to your computer and use it in GitHub Desktop.
import Foundation
struct Car {
var brand: String?
func drive() {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment