Skip to content

Instantly share code, notes, and snippets.

View wbeckley's full-sized avatar

William Beckley wbeckley

View GitHub Profile
@wbeckley
wbeckley / gist:1f44cad11ea19b6d6e6460dc6cec9fd1
Created April 26, 2017 01:38
[2017-04-24] Challenge #312 [Easy] L33tspeak Translator [Solution]
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
namespace DailyProgrammerEasy
{
class Code