Created
June 20, 2015 20:10
-
-
Save UlisesGascon/50e4de410a4d73979a4b to your computer and use it in GitHub Desktop.
pptls - Draw
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Resolución en caso de empate. | |
if(eleccionJugador == eleccionArduino){ | |
Serial.print("Empate! "+String(eleccionJugador)+" no gana a "+String(eleccionArduino)); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment