# HelloWorld **Repository Path**: ntdx/HelloWorld ## Basic Information - **Project Name**: HelloWorld - **Description**: 菜鸟必备案例 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2017-09-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # HelloWorld 菜鸟必备案例 public static HelloWorld { public static void main(String[] args) { System.out.println("Hello World!"); } }