move examples

This commit is contained in:
Juraj Michalek
2014-04-21 19:22:05 +02:00
parent a2757008e9
commit 8327533aff
12 changed files with 3 additions and 0 deletions

View File

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