summaryrefslogtreecommitdiff
path: root/tests/projects/package/nuget/src/main.cpp
diff options
context:
space:
mode:
authorruki <[email protected]>2024-12-17 23:21:17 +0800
committerruki <[email protected]>2024-12-17 23:21:17 +0800
commitdc88fe879795cc5fcebe32244628a59dca9dad09 (patch)
tree664bad049feee96b8370cab37d38fc10a48f6eed /tests/projects/package/nuget/src/main.cpp
parentcd00417c43706fb44b07fc6ca3da1786ea93e2ea (diff)
add tests
Diffstat (limited to 'tests/projects/package/nuget/src/main.cpp')
-rw-r--r--tests/projects/package/nuget/src/main.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/projects/package/nuget/src/main.cpp b/tests/projects/package/nuget/src/main.cpp
new file mode 100644
index 000000000..e64ad9bc2
--- /dev/null
+++ b/tests/projects/package/nuget/src/main.cpp
@@ -0,0 +1,8 @@
+#include <iostream>
+
+using namespace std;
+
+int main(int argc, char** argv) {
+ cout << "hello world!" << endl;
+ return 0;
+}