aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/lib/print_foo.cpp
blob: 4f6d69775dfa4e7ac09d1178136c4952bae7b697 (plain)
1
2
3
4
5
6
7
8
#include <iostream>
#include <mpm/print_foo.hpp>

void mpm::print_foo()
{
    std::cout << "foo" << std::endl;
}