Browse Source

Initial commit for image processing submodule

pull/1/head
Tim Zeuner 2 years ago
parent
commit
f0b982b839
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      Image_processing/lfr.cpp

+ 6
- 0
Image_processing/lfr.cpp View File

@@ -0,0 +1,6 @@
#include <iostream>

int main(void)
{
std::cout<<"Hello world";
}

Loading…
Cancel
Save