Skip to content

Instantly share code, notes, and snippets.

@Bios-Marcel
Last active October 19, 2019 20:50
Show Gist options
  • Save Bios-Marcel/fa19e05dfb1e0b15b48560b4ec8c97eb to your computer and use it in GitHub Desktop.
Save Bios-Marcel/fa19e05dfb1e0b15b48560b4ec8c97eb to your computer and use it in GitHub Desktop.
/**
* © 2019 isp-insoft GmbH
*/
public class Main
{
public static void main( String[] args ) throws Exception
{
//Most epic Hello World ever! \u000ASystem.out.println( "Hello" );
System.out.println( "World" );
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment