Skip to content

Instantly share code, notes, and snippets.

@piyush0101
Created January 31, 2015 17:24
Show Gist options
  • Save piyush0101/86ec00e508f2ffeac2e6 to your computer and use it in GitHub Desktop.
Save piyush0101/86ec00e508f2ffeac2e6 to your computer and use it in GitHub Desktop.
package GoJava;
/**
* Hello world!
*
*/
public class App
{
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