Files
cpp-examples/gradle-cpp-plugin/04-hello-linux-package/src/hello/cpp/hellomuni.cpp
2014-12-06 17:17:18 +01:00

10 lines
111 B
C++

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