Skip to content
Snippets Groups Projects
Commit 981f5dfd authored by marruiz's avatar marruiz :space_invader:
Browse files

Ejemplo que provoca errores

parent edaef9ff
No related branches found
No related tags found
No related merge requests found
x = 0
//Esto deberia ir muy mal y ser feo
if (x % 2 == 0) {
while (x < 6) {
print "Es par"
} else {
print "Es impar"
}
x = x + 1
}
print "Mira que majo" x
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment