diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-05-31 01:13:15 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-08-18 22:56:48 +0200 |
commit | 441cf81acf9dff087addfa8d01a61e4513b1dd6e (patch) | |
tree | 67303309c3cd072c098a1d5dd18c1b0052b62754 /tests | |
parent | feafa6421484cbad6947822bcb641fee7ff2ee81 (diff) |
Starting...
Diffstat (limited to 'tests')
-rw-r--r-- | tests/main.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/main.cpp b/tests/main.cpp new file mode 100644 index 0000000..63e50c3 --- /dev/null +++ b/tests/main.cpp @@ -0,0 +1,6 @@ +#include "../include/DirectConnection.hpp" + +int main() +{ + return 0; +} |