From 28028184f0b2e066e05a06cc996e7c26e76b27da Mon Sep 17 00:00:00 2001 From: ​ Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: hello --- hello/Program.cs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 hello/Program.cs (limited to 'hello/Program.cs') diff --git a/hello/Program.cs b/hello/Program.cs new file mode 100644 index 0000000..9cd008e --- /dev/null +++ b/hello/Program.cs @@ -0,0 +1,8 @@ +namespace hello; +class Program +{ + static void Main(string[] args) + { + Console.WriteLine("Hello, World!"); + } +} -- cgit 1.4.1