Skip to content

Instantly share code, notes, and snippets.

@shantaramk
Created February 3, 2022 17:27
Show Gist options
  • Save shantaramk/e264c0b081718713753d2711a229e89c to your computer and use it in GitHub Desktop.
Save shantaramk/e264c0b081718713753d2711a229e89c to your computer and use it in GitHub Desktop.
struct Point {
let x: Int
let y: Int
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment