From e1623f08ffda3602928fec65b1f02c70324188ce Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Mon, 2 Jul 2018 01:21:26 +0200 Subject: Very basic C4Group extracting implementation --- main.cpp | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 main.cpp (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp deleted file mode 100644 index 8bb47f1..0000000 --- a/main.cpp +++ /dev/null @@ -1,6 +0,0 @@ -#include - -int main(int argc, char **argv) { - std::cout << "Hello, world!" << std::endl; - return 0; -} -- cgit v1.2.3-54-g00ecf