Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'samples/1.0.0-beta5/ConsoleApp/Program.cs')
-rw-r--r--samples/1.0.0-beta5/ConsoleApp/Program.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/samples/1.0.0-beta5/ConsoleApp/Program.cs b/samples/1.0.0-beta5/ConsoleApp/Program.cs
new file mode 100644
index 0000000000..7ee7ee1dc5
--- /dev/null
+++ b/samples/1.0.0-beta5/ConsoleApp/Program.cs
@@ -0,0 +1,9 @@
+using System;
+
+public class Program
+{
+ public static void Main()
+ {
+ Console.WriteLine("Hello World");
+ }
+}