diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/checksum.cpp | 8 |
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; +} |