add test code and compiled file is filtered #1

Merged
sfeng-admin merged 1 commit from feat/check-branching into main 2025-05-13 00:41:05 +00:00

6
main.cc Normal file
View file

@ -0,0 +1,6 @@
#include <iostream>
auto main() -> int {
std::cout << "hello, world" << std::endl;
return 0;
}