Skip to content

Instantly share code, notes, and snippets.

@PradalCyril
Created October 11, 2018 09:08
Show Gist options
  • Save PradalCyril/c2b76a6ba0016306c0dc8e692f302cf9 to your computer and use it in GitHub Desktop.
Save PradalCyril/c2b76a6ba0016306c0dc8e692f302cf9 to your computer and use it in GitHub Desktop.
Variables
nbUtilisateur <-Demander nombre
Debut algorithme MON_ALGO
Lire nbUtilisateur
Pour i de 0 à nbUtilisateur (par pas de 1), faire
Afficher "Bienvenue à la wild"
Fin Pour
Fin algorithme MON_ALGO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment