ignore idea files

This commit is contained in:
Juraj Michalek
2013-11-23 16:47:36 +01:00
parent 74dad10fd8
commit b220ce7aa6
9 changed files with 1 additions and 0 deletions

View File

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