Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 605 Bytes

README.md

File metadata and controls

46 lines (35 loc) · 605 Bytes

Hi Code

打印ACM模板用。

Usage

node a.js [codedir]

Docker

docker build -t hi-code .
docker run -it --name hi-code --rm \
  -v /path/to/your/codedir:/codedir -p 8080:8080 \
  hi-code /codedir

然后使用浏览器打开localhost:[port],使用浏览器的打印功能。


Features

文件末尾带有/**/的注释,会转化为markdown

使用.classify.json配置文件,可以实现分组。

{
	"Data Structure I":[
		"stk",
		"que",
		"prior",
		...
	],
	"Data Structure II":[
	],
	"Data Structure III":[
	],
	"String":[
	],
	...
}