# 2024-Prerequisite-Experiments **Repository Path**: haust-CSDN-association/2024-prerequisite-experiments ## Basic Information - **Project Name**: 2024-Prerequisite-Experiments - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-04 - **Last Updated**: 2024-08-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 2024-Prerequisite-Experiments ## 使用教程 将远程仓库 clone 到本地或者使用 webIDE 进行实验 项目结构 ``` . ├── exercises //所有习题都在此文件夹下 ├── LICENSE ├── Makefile ├── README.en.md ├── README.md └── test //所有测例都在此文件夹下 ``` 本地测试 ``` make test-output ``` 会对所有题目进行测试。