summaryrefslogtreecommitdiff
path: root/Example/Hello/hello.cxx
blob: 7107cc555897bc3f8058dd6eb3a74f19640fe1fd (plain)
1
2
3
4
5
6
7
#include "hello.h"
#include <stdio.h>

void Hello::Print()
{
  printf("Hello, World!\n");
}