Skip to content

Instantly share code, notes, and snippets.

@MrAwesomeness
MrAwesomeness / C# guessing game
Created June 2, 2015 21:10
C# guess a number from 1 to 100
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApplication1
{
class Program
{