blob: bdcf5a4e8ec8b00bd368f888b88cb6e452352e9d [file] [log] [blame]
package com.example.flat;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args )
{
System.out.println( "Hello World!" );
}
}