Skip to content

Instantly share code, notes, and snippets.

@JeromeBATAILLE
Last active October 29, 2018 15:03
Show Gist options
  • Save JeromeBATAILLE/1e88535e34ec620d06d544eded9e5f7f to your computer and use it in GitHub Desktop.
Save JeromeBATAILLE/1e88535e34ec620d06d544eded9e5f7f to your computer and use it in GitHub Desktop.
Le pseudo-code Challenge
DEBUT algorithme PSEUDO_CODE
Afficher "Taper un nombre SVP: "
Demande un entier
nombre <- Lire entier
Répéter nombre fois
| Afficher "Bienvenue à la wild"
Fin Pour
FIN algorithme PSEUDO_CODE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment