add test code and compiled file is filtered

This commit is contained in:
sfeng 2025-05-12 20:39:32 -04:00
parent 47767c851a
commit 857c79d68d

6
main.cc Normal file
View file

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