Add hungarian file
[trackerpp.git] / src / test.cpp
diff --git a/src/test.cpp b/src/test.cpp
deleted file mode 100644 (file)
index fef6dc4..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#include "test.h"
-
-#include <iostream>
-
-int sum(int a, int b)
-{
-    return a + b;
-}