aboutsummaryrefslogtreecommitdiff
path: root/examples/m4/libhello/hello/hello.cxx
blob: 049e9ceae24f6d455cf45639872f55fc84382b63 (plain)
1
2
3
4
5
6
7
8
9
#include <hello/hello.hxx>

#include <iostream>

void hello::
say (char const* phrase)
{
  std::cerr << phrase << std::endl;
}