Skip to content

Instantly share code, notes, and snippets.

@smah-beep
smah-beep / gist:5088fa74a10f105cc56a1367a6c1ff8e
Created May 27, 2026 18:09
ДЗ: Контроль выхода
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace _DZ_
{
internal class Program
{
@smah-beep
smah-beep / gist:1e5defb1279301cf8e8a26c66fce5691
Last active May 27, 2026 17:23
ДЗ: Освоение циклов
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace _DZ_
{
internal class Program
{
@smah-beep
smah-beep / gist:d2b51798dca73720418ded2566f828a2
Last active May 24, 2026 17:16
ДЗ: Поликлиника
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace _DZ_
{
internal class Program
{
@smah-beep
smah-beep / gist:8bab90581ebe1b0fa8a033d30bc53e21
Created May 24, 2026 16:02
ДЗ: Магазин кристаллов
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace _DZ_
{
internal class Program
{
@smah-beep
smah-beep / gist:d7bdd881a40b4cbbec7d29ea28c3e4df
Created May 24, 2026 15:44
ДЗ: Перестановка местами значений
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace _DZ_
{
internal class Program
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace _DZ_
{
internal class Program
{
@smah-beep
smah-beep / gist:70daa5e997ed179fea7e2463f49a6c1d
Created May 23, 2026 18:32
ДЗ: Работа со строками
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace _DZ_
{
internal class Program
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace _DZ_
{
internal class Program
{