aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hello/hello/hello.cxx
blob: 1ec9d31b2e1a48f26f89b8c02ae06687f52cc675 (plain)
1
2
3
4
5
6
7
8
#include "libhello/hello.hxx"

int
main ()
{
  hello h;
  h.say ("Hello, world!");
}