packages feed

typst-0.1.0.0: test/typ/compute/calc-26.typ

// Test the `fact` function.
#test(calc.fact(0), 1)
#test(calc.fact(5), 120)