X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=src%2Ftest.cpp;fp=src%2Ftest.cpp;h=fef6dc444971465ef6a9f98373bdebb12698b216;hb=79009fa0674d90e03b7a7bd958f7ee1e20d9b194;hp=0000000000000000000000000000000000000000;hpb=f4ff258d21cf7a785fe5f271f01942fde6d4d1b8;p=trackerpp.git diff --git a/src/test.cpp b/src/test.cpp new file mode 100644 index 0000000..fef6dc4 --- /dev/null +++ b/src/test.cpp @@ -0,0 +1,8 @@ +#include "test.h" + +#include + +int sum(int a, int b) +{ + return a + b; +}