Delete Program.cs

This commit is contained in:
Maxim Papko 2023-03-19 14:09:18 +02:00 committed by GitHub
parent 1e368a1324
commit 86940aa666
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}
}