summaryrefslogtreecommitdiff
path: root/format/format
blob: 6c4d5f8a76ccb22c57ce90a87837a64ee9b7c632 (plain)
1
2
3
4
5
6
7
8
// file: format/format -*- C++ -*-

#pragma once

#include <string>

std::string
format (const std::string& greeting, const std::string& name);