Preparing sources and tests for CI

This commit is contained in:
Melefo
2020-01-20 21:26:15 +01:00
parent ecc7d428be
commit 033ce127e6
4 changed files with 38 additions and 5 deletions

View File

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