Skip to content

Instantly share code, notes, and snippets.

@fxg42
Created May 11, 2013 15:45
Show Gist options
  • Save fxg42/5560331 to your computer and use it in GitHub Desktop.
Save fxg42/5560331 to your computer and use it in GitHub Desktop.
Le deuxième programme de Jeanne, 4 ans 1/2.
age=4
nom="jeanne"
console.log "bonjour mon nom est #{nom} et j'ai #{age} ans."
nom="louis"
age=2
console.log "bonjour mon nom est #{nom} et j'ai #{age} ans."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment