add possibility to build DEB and RPM package

This commit is contained in:
Juraj Michalek
2014-12-06 17:17:18 +01:00
parent c45f4800d0
commit b71008f47b
2 changed files with 25 additions and 2 deletions

View File

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