Skip to content

Instantly share code, notes, and snippets.

View xjncx's full-sized avatar

Ilya Sakharov xjncx

View GitHub Profile
@xjncx
xjncx / ht#2
Last active May 15, 2022 16:39
using System;
using System.Collections.Generic;
namespace Homework
{
class SecondHomeWork
{
static void Main(string[] args)
{
List<Player> dotaPlayers = new List<Player>();
using System;
using System.Collections.Generic;
namespace Homework
{
class Program
{
static void Main()
{
List<Item> items = new List<Item>()
@xjncx
xjncx / ht#1
Created March 12, 2022 20:56
hometask#1_vars
char mailSign;
uint playerHealth;
int playerHeight;
float playerSpeed
string welcomeMessage;
byte enemyCounter;
double enemySpeed;
byte potionsCounter;
bool levelCompleted;
short abillityLevel;