An open API service indexing awesome lists of open source software.

https://github.com/dcrebbin/go-leetcode


https://github.com/dcrebbin/go-leetcode

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Leetcode in Go

> [Leetcode reference](https://leetcode.com)

> [Algo expert reference](https://algoexpert.io)

## Start up

Run:

`go run main.go *Program Number*`

e.g;

`go run main.go 0`

`Hello world`

### Programs

0. Hello world