Skip to content

Instantly share code, notes, and snippets.

View lordero64's full-sized avatar
🏠
Working from home

Egor Egorov lordero64

🏠
Working from home
View GitHub Profile
@lordero64
lordero64 / CarService
Last active September 13, 2023 08:27
using System;
using System.Collections.Generic;
namespace Car_Repair
{
internal class Program
{
static void Main(string[] args)
{
CarService carService = new CarService();