Skip to content

Instantly share code, notes, and snippets.

@macournoyer
Created November 5, 2012 17:16
Show Gist options
  • Save macournoyer/4018413 to your computer and use it in GitHub Desktop.
Save macournoyer/4018413 to your computer and use it in GitHub Desktop.
First programming lesson w/ my 4yo daughter
alphabet = 'A'..'Z'
`say "#{alphabet.to_a.join(', ')}"`
print 'What is your name? '
name = readline
`say "Hi #{name}"`
10.times do
puts "simone"
end
@macournoyer
Copy link
Author

Ahah! Perhaps she'll be teaching classes on her own soon :p

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment