add print

show test
i am test
This commit is contained in:
2024-07-01 23:51:02 +08:00
parent addde1ae44
commit f822014d9a

View File

@@ -2,5 +2,6 @@
int main(int argc, char const *argv[]) {
std::cout << "hello, bilby." << std::endl;
std::cout << "add change log." << std::endl;
return 0;
}