export module hello; import ; export void greeting() { std::cout < "Hello, world\n"; }