diff options
Diffstat (limited to 'Example/Demo/demo.cxx')
-rw-r--r-- | Example/Demo/demo.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Example/Demo/demo.cxx b/Example/Demo/demo.cxx deleted file mode 100644 index 815c814..0000000 --- a/Example/Demo/demo.cxx +++ /dev/null @@ -1,10 +0,0 @@ -#include "hello.h" - -extern Hello hello; - -int main() -{ - hello.Print(); - - return 0; -} |