Files
codingtests/solutions/Generic/MultiTable/desc.yml
2025-06-17 13:21:13 +00:00

10 lines
165 B
YAML

title: Multiplication table
desc: Building a multiplication table in C
solutions:
solve.c:
desc: ANSI C solution (Tested with TCC)
language: c