xo-expression2/example/hello/hello.cpp

5 lines
105 B
C++

#include <iostream>
int main(int argc, char ** argv) {
std::cout << "Hello, world!" << std::endl;
}