diff options
Diffstat (limited to 'Example/Demo/demo_b.cxx')
-rw-r--r-- | Example/Demo/demo_b.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Example/Demo/demo_b.cxx b/Example/Demo/demo_b.cxx new file mode 100644 index 0000000..08a2329 --- /dev/null +++ b/Example/Demo/demo_b.cxx @@ -0,0 +1,3 @@ +#include "hello.h" + +Hello hello; |