Skip to content

Instantly share code, notes, and snippets.

View Muther90's full-sized avatar

Ilya Muther90

View GitHub Profile
@Muther90
Muther90 / gist:756445c2105d811cb2d5bb49b00bf6b8
Last active November 6, 2024 12:47
Автосервис
using System;
using System.Collections.Generic;
using System.Linq;
namespace ConsoleApp1
{
internal enum Command
{
Repair = '1',
Exit = '2'
using System;
using System.Collections.Generic;
using System.Linq;
namespace ConsoleApp1
{
internal class Program
{
static void Main(string[] args)
{
using System;
using System.Collections.Generic;
using System.Linq;
namespace ConsoleApp1
{
internal enum Command
{
SkipTime = '1',
AddFish = '2',
using System;
using System.Collections.Generic;
using System.Linq;
namespace ConsoleApp1
{
internal enum Command
{
NextBattle = '1',
Exit = '2'
using System;
using System.Collections.Generic;
using System.Linq;
namespace ConsoleApp1
{
internal class Program
{
static void Main(string[] args)
{
@Muther90
Muther90 / gist:9557d855cc1b17671b090915ae741b69
Last active October 7, 2024 13:39
Гладиаторские бои
using System;
using System.Collections.Generic;
namespace ConsoleApp1
{
internal class Program
{
static void Main(string[] args)
{
Coliseum сoliseum = new Coliseum();
@Muther90
Muther90 / gist:093176f00f603aa5dd1cc71c9dcc8e32
Last active October 4, 2024 07:59
Конфигуратор пассажирских поездов
using System;
using System.Collections.Generic;
using System.Linq;
namespace ConsoleApp1
{
internal class Program
{
static void Main(string[] args)
{
using System;
using System.Collections.Generic;
namespace ConsoleApp1
{
internal class Program
{
static void Main(string[] args)
{
Shop shop = new Shop();
@Muther90
Muther90 / gist:2a486976914f9ca4435da5cedac37291
Last active September 21, 2024 07:26
Хранилище книг
using System;
using System.Collections.Generic;
namespace ConsoleApp1
{
internal class Program
{
static void Main(string[] args)
{
Library bookShelf = new Library();
@Muther90
Muther90 / Колода карт
Last active September 18, 2024 17:06
Колода карт
using System;
using System.Collections.Generic;
namespace ConsoleApp2
{
internal class Program
{
static void Main(string[] args)
{
Croupier Table = new Croupier();