Skip to content

Instantly share code, notes, and snippets.

@albertein
Created March 23, 2012 04:27
Show Gist options
  • Save albertein/2166815 to your computer and use it in GitHub Desktop.
Save albertein/2166815 to your computer and use it in GitHub Desktop.
Primer programa de mi hijo
TextWindow.WriteLine("hola")
TextWindow.WriteLine(" hola soy tito ")
TextWindow.WriteLine( "te amo mama " )
TextWindow.Write("8x7=")
TextWindow.WriteLine(8*7)
TextWindow.WriteLine(10+20*53)
TextWindow.WriteLine("3 en ingles es tree")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment