<add>dev函数接口

This commit is contained in:
dyz 2025-04-18 21:59:59 +08:00
parent 4104dd7573
commit c95318b6a2
1 changed files with 3 additions and 0 deletions

View File

@ -4,3 +4,6 @@ int main() {
std::cout << "hello world" << "\n";
return 0;
}
// dev 分支提交
void dev() {}