保存进度!

This commit is contained in:
2026-07-20 11:46:45 +08:00
parent 82fd2be5a1
commit b17276e0b2
6 changed files with 12 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
cmake_minimum_required(VERSION 3.20)
set("a?b" "变量ab")
message("${ab}")
message(${a\?b})
message("123455")