
#table(
    rows: 4,
    columns: 4,
    column-gutter: 0.25em,
    align: (center, center, center, center),
    stroke: none,
    table.hline(y: 0, stroke: 1pt),
    [#"1, 1"],
    [#"1, 2"],
    [#"1, 3"],
    [#"1, 4"],
    [#"2, 1"],
    [#"2, 2"],
    [#"2, 3"],
    [#"2, 4"],
    [#"3, 1"],
    [#"3, 2"],
    [#"3, 3"],
    [#"3, 4"],
    [#"4, 1"],
    [#"4, 2"],
    [#"4, 3"],
    [#"4, 4"],
    table.hline(y: 4, stroke: 1pt),
)
