Skip to content

Instantly share code, notes, and snippets.

View jinwood's full-sized avatar

Julian Inwood jinwood

  • Bristol
  • 09:03 (UTC -12:00)
View GitHub Profile
@jinwood
jinwood / Disemvoweler.cs
Created January 26, 2015 21:08
Disemvoweler
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Disemvoweler
{
class Program
{
@jinwood
jinwood / WordsWithEnemies.cs
Created January 26, 2015 20:56
Words With Enemies Solution
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace WordsWithEnemies
{
class Program