Skip to content

Instantly share code, notes, and snippets.

View Muther90's full-sized avatar

Ilya Muther90

View GitHub Profile
@Muther90
Muther90 / КанзасСитиШафл.txt
Created May 25, 2024 12:11
Канзас сити шафл
using System;
namespace ConsoleApp
{
internal class Program
{
static void Main(string[] args)
{
int[] array = CreateArray();
@Muther90
Muther90 / UIElement.txt
Last active May 25, 2024 09:28
UIElement
using System;
namespace ConsoleApp
{
internal class Program
{
static void Main(string[] args)
{
Console.Write("Введите текущий процент здоровья: ");
int percentHealthBar = ReadInt();