aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/lib/print_foo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mpm/lib/print_foo.cpp')
-rw-r--r--mpm/lib/print_foo.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/mpm/lib/print_foo.cpp b/mpm/lib/print_foo.cpp
new file mode 100644
index 000000000..4f6d69775
--- /dev/null
+++ b/mpm/lib/print_foo.cpp
@@ -0,0 +1,8 @@
+#include <iostream>
+#include <mpm/print_foo.hpp>
+
+void mpm::print_foo()
+{
+ std::cout << "foo" << std::endl;
+}
+