add print
Some checks failed
Deploy Applications / PullDocker (push) Successful in 4s
Deploy Applications / Build (push) Successful in 5s
Deploy Release / PullDocker (push) Successful in 3s
Deploy Release / Build (push) Failing after 5s

show test
i am test
This commit is contained in:
amass 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;
}