Introduction

Talk is cheap. Show me the code. :) leetcode

Preparation

cd leetcode
go get -v ./...
go get -v github.com/stretchr/testify/assert

How to test

make