Skip to content

Instantly share code, notes, and snippets.

@devboy
Created November 29, 2011 22:25
Show Gist options
  • Save devboy/1406867 to your computer and use it in GitHub Desktop.
Save devboy/1406867 to your computer and use it in GitHub Desktop.
var circle: { x: Int, y: Int, radius: Int };
circle = {x: 10, y: 10, radius: 10};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment