# Helloworld **Repository Path**: besti2015/Helloworld ## Basic Information - **Project Name**: Helloworld - **Description**: 好项目 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-02-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #Helloworld public class HelloWorld { public static void main(String[] args) { System.out.println("Hello World"); } }