5 lines
69 B
C++

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