Skip to content

Instantly share code, notes, and snippets.

View AleshaCoder's full-sized avatar
🎮
Make games

Aleksey Afanasyev AleshaCoder

🎮
Make games
  • DSpaceNN
View GitHub Profile
using System;
using System.Collections.Generic;
namespace ConsoleApp8
{
class Program
{
static void Main(string[] args)
{
string[] array1 = new string[] { "1", "2", "3" };
using System;
namespace ConsoleApp8
{
class Program
{
static void Main(string[] args)
{
string numbersSeparator = " ";
using System;
namespace ConsoleApp8
{
class Program
{
static void Main(string[] args)
{
const char Separator = ' ';
using System;
namespace ConsoleApp8
{
class Program
{
static void Main(string[] args)
{
const string NumbersSeparator = " ";
using System;
namespace ConsoleApp8
{
class Program
{
static void Main(string[] args)
{
string numbersSeparator = " ";
using System;
namespace task13
{
class Program
{
static void Main(string[] args)
{
string input = "()()()(())";
int maxDepth = 0;
using System;
namespace task13
{
class Program
{
static void Main(string[] args)
{
Random random = new Random();
using System;
namespace task13
{
class Program
{
static void Main(string[] args)
{
int inputNumber;
int minNumber = 100;
using System;
namespace HomeWorkAgain
{
class Program
{
static void Main(string[] args)
{
Random random = new Random();
int maxValue = 100;
using System;
class Program
{
static void Main (string[] args)
{
uint yearOfBirth = 2222;
uint yearOfDeath = 2111;
uint temp;