Bilby/main.cpp
amass 120bdd3fb1
Some checks failed
Deploy Applications / Build (push) Failing after 7s
Initial commit.
2024-06-30 14:52:55 +08:00

7 lines
125 B
C++

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