小小儁爺
2026-01-06 22fd33c839969a5c14de0d994701876407385d7f
1
2
3
4
5
6
SHELL := /bin/bash
 
test:
    @./test/run.js
 
.PHONY: test