Skip to content

Instantly share code, notes, and snippets.

@AsuraDark
AsuraDark / gist:6d10e4b803482165084617ab14d90dfe
Last active July 5, 2025 17:19
ДЗ: Перевод бойцов
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace CSharpLight
{
internal class Program
{
static void Main(string[] args)
@AsuraDark
AsuraDark / gist:6910ffe594d8fcbdb555e9f056ea112a
Created July 5, 2025 15:35
ДЗ: Отчёт о вооружении
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace CSharpLight
{
internal class Program
{
static void Main(string[] args)
@AsuraDark
AsuraDark / gist:49a9c4189c1683260bcc6b8b7b1ec9f7
Created July 5, 2025 15:04
ДЗ: Определение просрочки
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace CSharpLight
{
internal class Program
{
static void Main(string[] args)
@AsuraDark
AsuraDark / gist:84906ed42649e22904283254a3d48476
Created July 5, 2025 14:14
ДЗ: Топ игроков сервера
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace CSharpLight
{
internal class Program
{
static void Main(string[] args)
@AsuraDark
AsuraDark / gist:5b7bf7a9431863848cef66d2449ab909
Created July 5, 2025 13:38
ДЗ: Анархия в больнице
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace CSharpLight
{
internal class Program
{
static void Main(string[] args)
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace CSharpLight
{
internal class Program
{
static void Main(string[] args)
@AsuraDark
AsuraDark / gist:9e958f2210236c6c6021cb073c5ec048
Last active July 5, 2025 10:58
ДЗ: Поиск преступника
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace CSharpLight
{
internal class Program
{
static void Main(string[] args)
@AsuraDark
AsuraDark / gist:8cd18c40724d3482df454df7035e0a95
Last active July 5, 2025 07:23
ДЗ: Автосервис
using System;
using System.Collections.Generic;
using System.Runtime.ConstrainedExecution;
using System.Text;
using System.Threading;
namespace CSharpLight
{
internal class Program
{
using System;
using System.Collections.Generic;
using System.Text;
namespace CSharpLight
{
internal class Program
{
static void Main(string[] args)
{
using System;
using System.Collections.Generic;
using System.Text;
namespace CSharpLight
{
internal class Program
{
static void Main(string[] args)
{