Skip to content

Instantly share code, notes, and snippets.

using System;
using System.Collections.Generic;
namespace OOP_DZ
{
internal class Program
{
static void Main(string[] args)
{
Supermarket supermarket = new Supermarket();
using System;
using System.Collections.Generic;
namespace OOP_DZ
{
internal class Program
{
static void Main(string[] args)
{
Supermarket supermarket = new Supermarket();
using System;
using System.Collections.Generic;
namespace OOP_DZ
{
internal class Program
{
static void Main(string[] args)
{
Till till = new Till();
@QRemark
QRemark / gist:7d617b0d9a142fb1ede2b41f7863e6b2
Created May 25, 2024 07:35
Гладиаторские бои
using System;
namespace OOP_DZ
{
internal class Program
{
static void Main(string[] args)
{
Colosseum show = new Colosseum();
show.Battle();
@QRemark
QRemark / gist:969ef6d356e54ab4f5a09971bf3e649d
Created May 24, 2024 14:52
Гладиаторские бои
using System;
namespace OOP_DZ
{
internal class Program
{
static void Main(string[] args)
{
Colosseum show = new Colosseum();
show.Battle();
using System;
using System.Collections.Generic;
using System.Xml.Linq;
namespace OOP_DZ
{
internal class Program
{
static void Main(string[] args)
{
@QRemark
QRemark / gist:9b2a4ffab0adcefc7ec683b4d89f9bc2
Created May 14, 2024 14:53
Конфигуратор пассажирских поездов
using System;
using System.Collections.Generic;
namespace OOP_DZ
{
internal class Program
{
static void Main(string[] args)
{
Station station = new Station();
@QRemark
QRemark / gist:30fe16575ee5704106f2c6f978454fc5
Created May 14, 2024 12:41
Конфигуратор пассажирских поездов
using System;
using System.Collections.Generic;
namespace OOP_DZ
{
internal class Program
{
static void Main(string[] args)
{
Station station = new Station();
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
namespace OOP_DZ
{
internal class Program
{
static void Main(string[] args)
{
using System;
using System.Collections.Generic;
namespace OOP_DZ
{
internal class Program
{
static void Main(string[] args)
{
Market market = new Market();