Test1/main.cpp

7 lines
84 B
C++

#include <iostream>
int main() {
std::cout << "hello world" << "\n";
return 0;
}