From 8db686fac0941b59055031e1f9fbbdacf3fd23cc Mon Sep 17 00:00:00 2001 From: idkWhatUserNameToUse Date: Thu, 23 Mar 2023 20:39:53 +0200 Subject: [PATCH] determined task --- laboratorna1/Program.cs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 laboratorna1/Program.cs diff --git a/laboratorna1/Program.cs b/laboratorna1/Program.cs new file mode 100644 index 0000000..f422643 --- /dev/null +++ b/laboratorna1/Program.cs @@ -0,0 +1,14 @@ +using System; + +public class Lab1 +{ + public static void Main(String[] args) + { + /*o1 = + + c3 = 0 + o2 = * + c7 = short */ + + + } +}