Skip to content

star-hengxing/lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

计算机科学实验室

开始

依赖

Visual Studio 最好安装在默认目录

构建

  • xmake f -h查看所有选项,然后选择你想要的实验
xmake config --hook=y
xmake --yes

构建完成后,可以选择使用xmake run target运行程序,或者直接到 build 目录直接打开程序

实验