Bilby/main.cpp
amass f822014d9a
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
add print
show test
i am test
2024-07-01 23:51:02 +08:00

8 lines
174 B
C++

#include <iostream>
int main(int argc, char const *argv[]) {
std::cout << "hello, bilby." << std::endl;
std::cout << "add change log." << std::endl;
return 0;
}