diff --git a/05/IYGASAF/Program.cs b/05/IYGASAF/Program.cs index 3751555..ebf228a 100644 --- a/05/IYGASAF/Program.cs +++ b/05/IYGASAF/Program.cs @@ -1,2 +1,9 @@ -// See https://aka.ms/new-console-template for more information -Console.WriteLine("Hello, World!"); +namespace IYGASAF; + +public class Program +{ + public static async Task Main(string[] args) + { + return await Task.FromResult(0); + } +} \ No newline at end of file