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