Skip to content
Snippets Groups Projects
App.java 170 B
Newer Older
  • Learn to ignore specific revisions
  • HowRuck's avatar
    HowRuck committed
    package de.test;
    
    /**
     * Hello world!
     *
     */
    public class App 
    {
        public static void main( String[] args )
        {
            System.out.println( "Hello World!" );
        }
    }