diff options
Diffstat (limited to 'tests/projects/csharp/shared_library/src/app/Program.cs')
| -rw-r--r-- | tests/projects/csharp/shared_library/src/app/Program.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/projects/csharp/shared_library/src/app/Program.cs b/tests/projects/csharp/shared_library/src/app/Program.cs new file mode 100644 index 000000000..3cf7cb84a --- /dev/null +++ b/tests/projects/csharp/shared_library/src/app/Program.cs @@ -0,0 +1,4 @@ +using MyLib; + +Console.WriteLine(Greeter.Greet("xmake")); + |
