Bilby/main.cpp
amass fa2ff00be5
All checks were successful
Deploy Release / PullDocker (push) Successful in 8s
Deploy Release / Build (push) Successful in 6s
fsfs
fsfs
fsfsd
fff
ff
2024-07-02 00:39:37 +08:00

9 lines
234 B
C++

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