challenges

my solutions to various "programming challenge" problems
git clone https://wehaveforgeathome.hates.computer/challenges.git
Log | Files | Refs | LICENSE

commit df2ea7209a3cb4ceb5681dbc8d2e712abbf63b54
parent b891b2b55ffb05828bc29e539cc2003b4aa95a61
Author: Ryan Wolf <johnwayne@pseudony.ms>
Date:   Sun, 20 Dec 2015 02:25:08 -0500

Make GitHub detect *.pez as Forth

Diffstat:
A.gitattributes | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.gitattributes b/.gitattributes @@ -0,0 +1 @@ +*.pez linguist-language=Forth