Удалить 'Class1.cs'
This commit is contained in:
parent
f1fc93b9db
commit
8c81847fae
18
Class1.cs
18
Class1.cs
@ -1,18 +0,0 @@
|
|||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
namespace AirplaneWithRadar
|
|
||||||
{
|
|
||||||
public class Class1
|
|
||||||
{
|
|
||||||
private int x;
|
|
||||||
public int y { private get; set; }
|
|
||||||
public int Sum(int num1, int num2)
|
|
||||||
{
|
|
||||||
return num1 + num2;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user