diff options
Diffstat (limited to 'spec/fixtures/dotnet/nuget-custom-tls/Program.cs')
| -rw-r--r-- | spec/fixtures/dotnet/nuget-custom-tls/Program.cs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/spec/fixtures/dotnet/nuget-custom-tls/Program.cs b/spec/fixtures/dotnet/nuget-custom-tls/Program.cs new file mode 100644 index 0000000..b3376c4 --- /dev/null +++ b/spec/fixtures/dotnet/nuget-custom-tls/Program.cs @@ -0,0 +1,12 @@ +using System; + +namespace nuget_custom_tls +{ + class Program + { + static void Main(string[] args) + { + Console.WriteLine("Hello World!"); + } + } +} |
