This repository has been archived on 2023-04-13. You can view files and clone it, but cannot push or open issues or pull requests.
2022-03-23 12:48:37 +01:00

14 lines
180 B
Java

package com.mycompany.app;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args )
{
System.out.println( "Hello World!" );
}
}