From f0b982b839cb8f50a5eb07b3461e79a94456f7e8 Mon Sep 17 00:00:00 2001 From: Tim Date: Wed, 26 Oct 2022 10:40:16 +0200 Subject: [PATCH] Initial commit for image processing submodule --- Image_processing/lfr.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Image_processing/lfr.cpp diff --git a/Image_processing/lfr.cpp b/Image_processing/lfr.cpp new file mode 100644 index 0000000..9d72213 --- /dev/null +++ b/Image_processing/lfr.cpp @@ -0,0 +1,6 @@ +#include + +int main(void) +{ + std::cout<<"Hello world"; +} \ No newline at end of file