fef6dc444971465ef6a9f98373bdebb12698b216
[trackerpp.git] / src / test.cpp
1 #include "test.h"
2
3 #include <iostream>
4
5 int sum(int a, int b)
6 {
7     return a + b;
8 }