From c9cbeced5b3f2bdd7407e29c0811e65954132540 Mon Sep 17 00:00:00 2001 From: Root THC Date: Tue, 24 Feb 2026 12:42:47 +0000 Subject: initial --- other/Kermit/test/test_patch3.cpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 other/Kermit/test/test_patch3.cpp (limited to 'other/Kermit/test/test_patch3.cpp') diff --git a/other/Kermit/test/test_patch3.cpp b/other/Kermit/test/test_patch3.cpp new file mode 100644 index 0000000..b559191 --- /dev/null +++ b/other/Kermit/test/test_patch3.cpp @@ -0,0 +1,15 @@ +#include +#include +#include +#include + +int main () +{ + Patch foo; + cout << "Enter ..." << endl; + cin >> foo; + + cout << foo; +// foo.dump (string ("TEST")); + return 0; +} -- cgit v1.3