Skip to content

Instantly share code, notes, and snippets.

View projectkevin's full-sized avatar

Kevin projectkevin

View GitHub Profile
@projectkevin
projectkevin / gist:5927669
Created July 4, 2013 13:20
Protecting the castle with a moat :D
castle = {"things": 'all the'}
moat = [castle]
var rules = [];
rules[0] = "You do not talk about fight club";
rules[1] = rules[0];