https://github.com/dcrebbin/go-leetcode
https://github.com/dcrebbin/go-leetcode
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dcrebbin/go-leetcode
- Owner: dcrebbin
- Created: 2023-10-02T06:46:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-02T06:53:30.000Z (over 2 years ago)
- Last Synced: 2025-01-21T16:22:51.247Z (over 1 year ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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