Merge branch 'ІО-22/20-Папко-Максим' of https://github.com/ASDjonok/OOP_IO-2x_2023 into ІО-22/20-Папко-Максим

This commit is contained in:
idkWhatUserNameToUse 2023-03-19 16:53:25 +02:00
commit f4fccadb7b
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
using System;
public class Laba1
{
public static void Main(string[] args)
{
var a = 1;
var b = 0;
var n = 2;
var m = 2;
var c = 4;
}
}