remove hello world main

This commit is contained in:
Johannes Theiner 2019-10-16 16:45:35 +02:00
parent 8b053dab64
commit 58604d0a59
1 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
#include <iostream>
int main() {
std::cout << "Hello, World!" << std::endl;
return 0;
}