aboutsummaryrefslogtreecommitdiffhomepage
path: root/base_workspace/examples/cpp/hello-lib.cc
blob: aee43ba4291597b40f3ddf8d6184e3649fec069d (plain)
1
2
3
4
5
#include "examples/cpp/hello-lib.h"

#include <stdio.h>

void greet(const char* obj) { printf("hello %s\n", obj); }