Tests added

This commit is contained in:
2018-09-05 17:34:41 +02:00
parent 0a3668032d
commit 1b6a782d04
5 changed files with 58 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#include "network.h"
#include <iostream>
void c0ding::network::test() {
std::cout << "test" << std::endl;
}