@ -1,6 +1,11 @@
#include <iostream>
void test() {
}
int main() {
std::cout << "hello world" << "\n";
test();
return 0;