# HelloWorld **Repository Path**: NowYouSeeMeHY/HelloWorld ## Basic Information - **Project Name**: HelloWorld - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-09-14 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # HelloWorld ``` public class HelloWorld { public static void main(String[] arg) { System.out.println("Hello World!"); } } ```