// file: format/format -*- C++ -*- #pragma once #include std::string format (const std::string& greeting, const std::string& name);