Skip to content

Instantly share code, notes, and snippets.

View aLEXdEV-debug's full-sized avatar

aLEXdEV-debug

View GitHub Profile
@aLEXdEV-debug
aLEXdEV-debug / gist:c10e2d95249ebb490df04541e4d7ad54
Last active October 10, 2022 19:29
Хагги Вагги и Леон
using System;
namespace Хаги_ваги_и_Леон
{
internal class Program
{
private static readonly Random rnd = new Random();
static void Main(string[] args)
{
@aLEXdEV-debug
aLEXdEV-debug / gist:ba6730daea521e486c028977b87fb1d4
Last active September 27, 2022 18:30
Угадай число
using System;
namespace Угадай_число
{
internal class Program
{
static void Main(string[] args)
{
int userInput;
int number;
@aLEXdEV-debug
aLEXdEV-debug / gist:f42cc4244e559e36761428d6d3230154
Last active September 27, 2022 18:28
Тренировка устного счета
using System;
namespace Тренировка_устного_счета
{
internal class Program
{
static void Main(string[] args)
{
int userInput;
int multiply;
@aLEXdEV-debug
aLEXdEV-debug / gist:d6a107fd2a7f4f6d7e9472bd7f77b53e
Last active September 27, 2022 18:27
Игральная кость
using System;
namespace Игральная_кость
{
internal class Program
{
static void Main(string[] args)
{
int userInput;
bool isOpen = true;
using System;
namespace Время_года
{
internal class Program
{
static void Main(string[] args)
{
string userInput;
bool isOpen = true;
using System;
namespace CyberBonch
{
internal class Program
{
static void Main(string[] args)
{
int userInput;
int userInput2;
@aLEXdEV-debug
aLEXdEV-debug / gist:bee7ef29acdbb48b7d231a60c9094257
Created September 21, 2022 11:48
Сумма нечетных чисел
using System;
namespace Сумма_нечетных_чисел
{
class Program
{
static void Main(string[] args)
{
int sum = 0;
using System;
namespace Калькулятор
{
class Program
{
static void Main(string[] args)
{
int firstNumber;
string userOperator;
using System;
namespace Ок
{
class Program
{
static void Main(string[] args)
{
int userInput;
using System;
namespace Тамагочи
{
class Program
{
static void Main(string[] args)
{
int wash = 20;
int getDrunk = 20;