Skip to content

Files

Latest commit

author
Shuo
Nov 27, 2021
cb30580 · Nov 27, 2021

History

History

helper

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 27, 2021

Helper

leetcode is a tool for managing leetcode source code.

Usage:
	leetcode <command> [arguments]
The commands are:
	question    	build problem solution file
	open        	open a problem solution in browser
	test        	run go test
	update      	update or upgrade self
	clean       	remove cached files
	version     	print leetcode version
	help        	show command usage

Use "leetcode help <command>" for more information about a command.