diff options
Diffstat (limited to 'tests/projects/package/schemes/src/main.cpp')
| -rw-r--r-- | tests/projects/package/schemes/src/main.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/projects/package/schemes/src/main.cpp b/tests/projects/package/schemes/src/main.cpp new file mode 100644 index 000000000..4ca167f53 --- /dev/null +++ b/tests/projects/package/schemes/src/main.cpp @@ -0,0 +1,6 @@ +#include <iostream> + +int main(int argc, char** argv) { + std::cout << "Hello, schemes test!" << std::endl; + return 0; +} |
