Skip to content

Instantly share code, notes, and snippets.

@mafoxic
mafoxic / gist:75a27aeeff807330dfb37c32513cb4cd
Created February 1, 2024 13:51
Задача по переменным
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CSlight
{
internal class Program
{
@mafoxic
mafoxic / gist:509555541e46881ec569a2aab2c51a06
Last active February 1, 2024 17:02
Задание работа со строками
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CSlight
{
internal class Program
{
@mafoxic
mafoxic / gist:213e11eac979ece76870bf08b83dd743
Last active February 2, 2024 06:43
Задание картинки
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace СSlight2
{
internal class Program
{
@mafoxic
mafoxic / gist:0c05c963d020b76cf531fad00e1983e4
Created February 1, 2024 17:45
Задание перестановка местами значений
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CSlight3
{
internal class Program
{
@mafoxic
mafoxic / gist:67227ec16158b947499b61755c3bb58e
Last active February 2, 2024 11:12
Задание магазин кристаллов
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Shop
{
internal class Program
{
@mafoxic
mafoxic / gist:0fb615519e9bbc93b318cf656d47daf3
Last active February 2, 2024 11:46
Задание поликлиника
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace clinic
{
internal class Program
{
@mafoxic
mafoxic / gist:6a2a10c682dfceb6e9bb66d18ae86140
Created February 7, 2024 10:40
Задание освоение циклов
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MasteringCycles
{
internal class Program
{
@mafoxic
mafoxic / gist:dca7c683dfba92ffbb017f8dc3343040
Last active February 7, 2024 15:11
Задание Контроль выхода
using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.Permissions;
using System.Text;
using System.Threading.Tasks;
namespace outputControl
{
internal class Program
@mafoxic
mafoxic / gist:969f86b6d6a53c745801039e4b387639
Last active February 7, 2024 17:15
Задание последовательность
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace sequence
{
internal class Program
{
@mafoxic
mafoxic / gist:fc4489aef1a32c6b3fe6b18a7c23b900
Last active February 8, 2024 10:29
Задание сумма чисел
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace sumOfNumbers
{
internal class Program
{