<add>增加dev函数接口

This commit is contained in:
dyz 2025-04-18 22:20:41 +08:00
parent 88c04143b0
commit 0ec68f0eb0
1 changed files with 2 additions and 0 deletions

View File

@ -6,3 +6,5 @@ int main() {
std::cout << "hello world" << "\n";
return 0;
}
void dev() { }