summaryrefslogtreecommitdiff
path: root/examples/hello_cxx/main.cc
blob: 4b93a985f4c6594d60cb69e15454cd87d9984b55 (plain)
1
2
3
4
5
6
7
#include "hello_msg.h"

int main (int argc, char **argv)
{
	hello_msg ();
	return 0;
}