summaryrefslogtreecommitdiff
path: root/cpp/checksum.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/checksum.cpp')
-rw-r--r--cpp/checksum.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpp/checksum.cpp b/cpp/checksum.cpp
new file mode 100644
index 0000000..e80398f
--- /dev/null
+++ b/cpp/checksum.cpp
@@ -0,0 +1,8 @@
+#include <iostream>
+#include <fstream>
+
+int main()
+{
+
+ return 0;
+}