Skip to content

Instantly share code, notes, and snippets.

@adrianoalmeida7
Created February 29, 2012 13:44
Show Gist options
  • Save adrianoalmeida7/1940936 to your computer and use it in GitHub Desktop.
Save adrianoalmeida7/1940936 to your computer and use it in GitHub Desktop.
Ola Mundo
public static void main(String [] args) {
System.out.println("Olá mundo");
}
puts "Olá Mundo"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment