Skip to content

Instantly share code, notes, and snippets.

View ynevet's full-sized avatar
:octocat:
Taking part in building the next world

Yair Nevet ynevet

:octocat:
Taking part in building the next world
View GitHub Profile
@dmjio
dmjio / Elevator.cs
Created August 23, 2012 00:51
Making an elevator in C#
using System;
using System.Threading;
namespace OOP
{
public class Program
{
private const string QUIT = "q";
public static void Main (string[] args)