Bilby/main.cpp
amass 594ec35bd5
All checks were successful
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) Successful in 6s
aa
bb
cc
dd
2024-07-02 00:04:45 +08:00

8 lines
175 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;
}