summaryrefslogtreecommitdiff
path: root/examples/hello_cxxlib/cxxlib/hello_msg1.cpp
blob: 3271d8c499691586bd85b86ed3cf0280f00d0810 (plain)
1
2
3
4
5
6
#include <iostream>

void hello_msg1 ()
{
	std::cout << "Hello world 1!\n";
}