# GridWorld **Repository Path**: fentende/grid-world ## Basic Information - **Project Name**: GridWorld - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 介绍 #### 1. Hello World Hello World源码放在src文件夹下,.class文件在bin文件夹下。在HelloWorld目录下使用ant进行编译运行程序,且可使用ant junit命令同时运行junit测试,也可使用java helloworld直接运行程序。 #### 2. Calculator Calculator源码同样放与src文件夹下,class文件在bin目录下,使用java Calculator命令运行程序。sonar-project同样已经完成。