6 lines
83 B
C++
Raw Normal View History

2022-02-23 16:19:05 +01:00
#include <iostream>
int main(int, char**) {
std::cout << "Hello, world!\n";
}