Skip to content

Latest commit

 

History

History

helper

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

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.