diff options
author | Santo Cariotti <sancn@live.com> | 2017-05-27 15:27:10 +0200 |
---|---|---|
committer | Santo Cariotti <sancn@live.com> | 2017-05-27 15:27:10 +0200 |
commit | 7c88519ee77ea85ec6bbdc0fa45f2e2b26422a57 (patch) | |
tree | 7e7a5b9cdd8572f41e0324772d2cc635069ecf5d /cpp | |
parent | 40bb7d2dc2cce378ba64bfef109da11115f1f0cb (diff) |
added travis
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; +} |