Files
cpp-examples/gradle/02-hello-muni-with-gradle-wrapper/src/main/cpp/hellomuni.cpp
Juraj Michalek b220ce7aa6 ignore idea files
2013-11-23 16:47:36 +01:00

10 lines
111 B
C++

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