Skip to content

Instantly share code, notes, and snippets.

@geykel
Created January 28, 2016 03:13
Show Gist options
  • Save geykel/74a88fa999c6535c733b to your computer and use it in GitHub Desktop.
Save geykel/74a88fa999c6535c733b to your computer and use it in GitHub Desktop.
enum PosicionesCampoBeisbol {
case Lanzador
case Receptor
case PrimeraBase
case SegundaBase
case TerceraBase
case Campocorto
case JardineroIzquierdo
case JardineroCentral
case JardineroDerecho
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment