Skip to content

Instantly share code, notes, and snippets.

@flavio-araujo
Last active August 29, 2015 14:07
Show Gist options
  • Save flavio-araujo/59e59db31b2a408df136 to your computer and use it in GitHub Desktop.
Save flavio-araujo/59e59db31b2a408df136 to your computer and use it in GitHub Desktop.
Testando colocar codigo em Java. Sintaxe Highlight nao funcionando em PHP
public class OlaMundo {
public static void main(String[] args) {
System.out.println("Olá, Mundo!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment