Skip to content

Instantly share code, notes, and snippets.

@rhuankarlus
Created July 27, 2013 01:25
Show Gist options
  • Save rhuankarlus/6093280 to your computer and use it in GitHub Desktop.
Save rhuankarlus/6093280 to your computer and use it in GitHub Desktop.
O primeiro código do Brasil Dev. The Brasil Dev first code.
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment