mirror of
https://github.com/ASDjonok/OOP_IO-2x_2023.git
synced 2025-06-08 06:59:23 +03:00
Add files via upload
This commit is contained in:
parent
559b03336e
commit
1e368a1324
13
Program.cs
Normal file
13
Program.cs
Normal file
@ -0,0 +1,13 @@
|
||||
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;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user