Skip to content

Instantly share code, notes, and snippets.

View ktopchiev's full-sized avatar
🤖

K.Topchiev ktopchiev

🤖
View GitHub Profile
@ktopchiev
ktopchiev / nums-1-20.cs
Created December 18, 2017 20:49
03. Nums 1...20
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Nums1to20
{
class Program
{
@ktopchiev
ktopchiev / Expression.cs
Created December 18, 2017 20:48
02. Expression
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Expression
{
class Program
@ktopchiev
ktopchiev / HelloSoftUni.cs
Created December 18, 2017 20:46
Hello SoftUni
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApplication1
{
class Program
{
@ktopchiev
ktopchiev / Snowflake.cs
Last active November 29, 2017 23:18
Рисуване на снежинка със C#
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Snowflake
{
class Program
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Photo_Pictures
{
class Program
{