From 828dedc3b68c83873e82ca3727894d747c5302b7 Mon Sep 17 00:00:00 2001 From: Maxim Papko <125305022+idkWhatUserNameToUse@users.noreply.github.com> Date: Thu, 23 Mar 2023 20:34:26 +0200 Subject: [PATCH] Add files via upload --- Lab1/Program.cs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Lab1/Program.cs diff --git a/Lab1/Program.cs b/Lab1/Program.cs new file mode 100644 index 0000000..83fa4f4 --- /dev/null +++ b/Lab1/Program.cs @@ -0,0 +1,2 @@ +// See https://aka.ms/new-console-template for more information +Console.WriteLine("Hello, World!");