genetic-images/src/main.cpp

7 lines
102 B
C++

#include <iostream>
int main(int argc, char **argv) {
std::cout << "Hello World!\n";
return 0;
}