Files
codingtests/solutions/Generic/MultiTable/desc.yml

10 lines
165 B
YAML
Raw Normal View History

2025-06-17 13:21:13 +00:00
title: Multiplication table
desc: Building a multiplication table in C
solutions:
solve.c:
desc: ANSI C solution (Tested with TCC)
language: c