【新增】C语言程序设计,选择题判分

This commit is contained in:
任维炳
2025-04-25 14:14:13 +08:00
parent 6635acb723
commit ae78971c9a
6 changed files with 580 additions and 0 deletions

View File

@@ -127,6 +127,12 @@
<artifactId>gson</artifactId>
<version>2.10</version>
</dependency>
<dependency>
<groupId>pc.exam.gg</groupId>
<artifactId>exam-module-exam-biz</artifactId>
<version>2.4.2-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>