Skip to content

Instantly share code, notes, and snippets.

@KatMike
KatMike / gist:107d36a72515491b79e63bd6a98b196f
Last active May 24, 2026 19:08
ДЗ: Конвертер валют
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CSlight
{
internal class Program
@KatMike
KatMike / gist:6ceef04b2214024c7566fa729f1d33f2
Created May 24, 2026 15:15
ДЗ: Программа под паролем
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CSlight
{
internal class Program
@KatMike
KatMike / gist:763c7778ceba91f4a0673e2f353752b8
Last active May 24, 2026 14:39
ДЗ: Консольное меню
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CSlight
{
internal class Program
@KatMike
KatMike / gist:af774c1697ed4f64429566c9af52b3e7
Last active May 24, 2026 14:34
ДЗ: Сумма чисел
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CSlight
{
internal class Program
@KatMike
KatMike / gist:3d360a16f55f689da582a7985a3c056c
Last active May 24, 2026 12:38
ДЗ: Последовательность
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CSlight
{
internal class Program
@KatMike
KatMike / gist:ef9d43cd26e4d0677f1a59c3467c00c5
Last active May 24, 2026 12:42
ДЗ: Контроль выхода
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CSlight
{
internal class Program
@KatMike
KatMike / gist:4e8b8ae90b5b76c2c154c15cf20bc25b
Last active May 24, 2026 11:34
ДЗ: Освоение циклов
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CSlight
{
internal class Program
@KatMike
KatMike / gist:ced15cab00370a0cf631ad76cc40c7c4
Last active May 23, 2026 10:44
ДЗ: Поликлиника
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CSlight
{
internal class Program
{
@KatMike
KatMike / gist:b7c10733ab02f31255813c7e37082cef
Created May 22, 2026 19:00
ДЗ: Магазин кристаллов
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CSlight
{
internal class Program
{
@KatMike
KatMike / gist:2b75dee85a162e24bd0c275588f327d4
Created May 22, 2026 18:50
ДЗ: Перестановка местами значений
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CSlight
{
internal class Program
{