Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 210 Bytes

INSTALL.md

File metadata and controls

18 lines (13 loc) · 210 Bytes

Installing

All the challenges are written as tests (because why not), so

go test

will run them all.

Developing

hub clone katrielalex/matasano
cd matasano
pre-commit install
go test