Files
cpp-imanox-chroma-matting/imanox-chroma-matting/main.cpp
2016-08-29 12:39:22 +02:00

10 lines
108 B
C++

#include <iostream>
using namespace std;
int main()
{
cout << "Hello world!" << endl;
return 0;
}