Files
2018-05-08 15:04:41 +01:00

6 lines
81 B
C++

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