Skip to content

Instantly share code, notes, and snippets.

@Fhernd
Created July 6, 2013 11:54
Show Gist options
  • Save Fhernd/5939694 to your computer and use it in GitHub Desktop.
Save Fhernd/5939694 to your computer and use it in GitHub Desktop.
Objeto punto escrito con la construcción de clase.
class Punto
{
public int X; // Abscisa X
public int Y; // Ordenada Y
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment