Tests added
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#ifndef C0DING_LIBRARY_H
|
||||
#define C0DING_LIBRARY_H
|
||||
|
||||
#define VERSION "1.0.0";
|
||||
|
||||
#include <string>
|
||||
#include "network/network.h"
|
||||
|
||||
namespace c0ding {
|
||||
void version();
|
||||
}
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
c0ding::network::test();
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user