blob: 91bc809069bdfd52eeaf7c2225b2d1536c800bfc [file] [log] [blame]
#include <iostream>
int main(void) {
std::cout << "Hello world!" << std::endl;
}