# HelloWorld **Repository Path**: ringli/hello-world ## 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**: 2026-06-18 - **Last Updated**: 2026-06-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # HelloWorld ## 1、初始化本地git仓库 git init -b "master" git add . git commit -m "first commit:99乘法表" ## 2、本地git仓库推送到远程gitee仓库 git push -u origin "https://gitee.com/ringli/hello-world.git" ## 3、运行HelloWorld 1. 编译HelloWorld.java javac HelloWorld.java 2. 运行HelloWorld.class java HelloWorld