Skip to content

Instantly share code, notes, and snippets.

@bmangesh
Last active August 29, 2015 14:26
Show Gist options
  • Save bmangesh/ec1ef591fb43d07e78ea to your computer and use it in GitHub Desktop.
Save bmangesh/ec1ef591fb43d07e78ea to your computer and use it in GitHub Desktop.
Sonar Java
public class Helloworld1 {
public void printHelloWorld1() {
System.out.println("Hello World 1!");
System.out.println("Oracle Java!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment