From 994e8a21cea8566426a7025d181fcdd4fa06fee0 Mon Sep 17 00:00:00 2001 From: Anastasiia Date: Fri, 22 Nov 2024 13:51:02 +0100 Subject: [PATCH] dotnet --- Program.cs | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Program.cs b/Program.cs index 3751555..52e24e5 100644 --- a/Program.cs +++ b/Program.cs @@ -1,2 +1,9 @@ -// See https://aka.ms/new-console-template for more information -Console.WriteLine("Hello, World!"); +using System; + +class Program +{ + static void Main(string[] args) + { + Console.WriteLine("Hello, World!"); + } +}