diff options
Diffstat (limited to 'examples/meta.cpp')
-rw-r--r-- | examples/meta.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/meta.cpp b/examples/meta.cpp new file mode 100644 index 0000000..6bdc40d --- /dev/null +++ b/examples/meta.cpp @@ -0,0 +1,5 @@ +#include "../c++/lbm.hpp" + +int main(int argc, char** argv){ + return 0; +} |