Skip to content

Instantly share code, notes, and snippets.

@jesuscampos
Created December 5, 2017 23:44
Show Gist options
  • Select an option

  • Save jesuscampos/0434978f6902de571b055912f185a228 to your computer and use it in GitHub Desktop.

Select an option

Save jesuscampos/0434978f6902de571b055912f185a228 to your computer and use it in GitHub Desktop.
FabricarCoche()
.Pintar("Rojo")
.ConMotor(FabricarMotor()
.ConCilindros("6V")
.ConPotencia("190cv"))
.ConPuertas(5)
.GpsIntegrado();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment