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