Skip to content

Instantly share code, notes, and snippets.

View wellart77's full-sized avatar

wellart77

  • Joined Oct 8, 2025
View GitHub Profile
@wellart77
wellart77 / gist:5ba6d1b723ba0df9576a4a14880321be
Created October 12, 2025 16:31
ДЗ: Последовательность
using System;
namespace Circle
{
internal class Program
{
static void Main(string[] args)
{
int minValue = 5;
int maxValue = 103;
@wellart77
wellart77 / gist:5120e69c1dd9d907ce6b5b4380f921e4
Created October 12, 2025 16:12
ДЗ: Контроль выхода
using System;
namespace Circle
{
internal class Program
{
static void Main(string[] args)
{
string inputMessage;
string messageForExit = "exit";
@wellart77
wellart77 / gist:f0f85a08273b666c7b227ec7938b3ee6
Created October 12, 2025 15:51
ДЗ: Освоение циклов
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Circle
{
internal class Program
{
@wellart77
wellart77 / gist:54793bd7560b6c82ed68c17bd9bd79f8
Created October 11, 2025 17:18
ДЗ: Поликлиника
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Xml.Linq;
namespace DZ
{
internal class Program
@wellart77
wellart77 / gist:64ac6c8551efdac42e93ef594fdce32b
Created October 11, 2025 16:46
ДЗ: Магазин кристаллов
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Xml.Linq;
namespace DZ
{
internal class Program
@wellart77
wellart77 / gist:d99ab68193565fb3b7f9ba701c9655bf
Created October 11, 2025 16:30
ДЗ: Перестановка местами значений
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Xml.Linq;
namespace DZ
{
internal class Program
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DZpictures
{
internal class Program
{
@wellart77
wellart77 / gist:82188e0390b8b8573aac98862ea12bf1
Created October 11, 2025 15:05
ДЗ: Работа со строками
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DZperemennie
{
internal class Program
{
@wellart77
wellart77 / gist:3becfe27be2f4ee6fe964223b2377652
Created October 11, 2025 14:29
ДЗ: Переменные
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DZperemennie
{
internal class Program
{