Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 939 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 939 Bytes

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.