diff options
Diffstat (limited to 'tests/projects/csharp/multiple_library/src/sample/Program.cs')
| -rw-r--r-- | tests/projects/csharp/multiple_library/src/sample/Program.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/projects/csharp/multiple_library/src/sample/Program.cs b/tests/projects/csharp/multiple_library/src/sample/Program.cs new file mode 100644 index 000000000..2292a8af9 --- /dev/null +++ b/tests/projects/csharp/multiple_library/src/sample/Program.cs @@ -0,0 +1,3 @@ +using LibBeta; + +Console.WriteLine(Beta.Message());
\ No newline at end of file |
