Added PHPUnit

This commit is contained in:
2025-06-17 13:21:13 +00:00
parent f622721892
commit 29cfd35fe9
6 changed files with 29 additions and 7 deletions

View File

@ -0,0 +1,9 @@
title: Multiplication table
desc: Building a multiplication table in C
solutions:
solve.c:
desc: ANSI C solution (Tested with TCC)
language: c