Unused file

This commit is contained in:
Pòsweg 2017-04-29 21:25:11 +02:00
parent 4b18e2f46d
commit 55a0f0e064
1 changed files with 0 additions and 8 deletions

View File

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