Skip to content

Instantly share code, notes, and snippets.

@oscarryz
Created March 23, 2011 06:41
Show Gist options
  • Save oscarryz/882711 to your computer and use it in GitHub Desktop.
Save oscarryz/882711 to your computer and use it in GitHub Desktop.
Currently possible in Ryz
import ( java.util.Scanner )
main.App {
main() {
out.print("Como te llamas? ")
a : String = Scanner( System.in ).nextLine()
out.printf("Hola %s %n ", a )
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment