r/o

port to zig 0.14 cda05887 parent 3840f0e8

authored by Luna

1
all:
2
zig build run
3
4
test:
5
zig build test
6
7
spec:
8
zig build
9
cd vendor/cmark-gfm/test && python3 spec_tests.py --program=../../../zig-out/bin/koino
10