move example into the source tree so it will work...

This commit is contained in:
Bill Hoffman
2001-12-19 15:25:10 -05:00
parent fe28b8ba6c
commit 8cae04446a
7 changed files with 56 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#ifndef _hello_h
#define _hello_h
class Hello
{
public:
void Print();
};
#endif