Skip to content

Instantly share code, notes, and snippets.

@Udesik
Udesik / gist:e31be2bc88d5b501582376be9a54bb50
Last active September 29, 2025 14:23
Магазин кристаллов
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace The_first
{
internal class Program
{
@Udesik
Udesik / gist:545794b3f9e71238bb0f388bd85c52da
Created September 29, 2025 13:58
Перестановка местами значений
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace The_first
{
internal class Program
{
@Udesik
Udesik / gist:00daeddc1905ea519380ae0de4a56c6d
Last active September 29, 2025 13:50
Картинки
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace The_first
{
internal class Program
{
@Udesik
Udesik / gist:62824b267f4bb6facfba63083ba0de28
Last active September 29, 2025 13:47
Работа со строками
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace The_first
{
internal class Program
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace The_first
{
internal class Program
{