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 */ + + + } +}