spacs age (C)

This commit is contained in:
2021-08-09 10:50:11 +02:00
parent 58f636482e
commit 1800162ece
7 changed files with 216 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
/* See GNUmakefile in following link for explanation
* https://exercism.io/my/solutions/103b2f7d92db42309c1988030f5202c7
/* See GNUmakefile below explanation
* https://github.com/braoult/exercism/blob/master/c/templates/GNUmakefile
*/
#if defined UNIT_TEST || defined DEBUG
#include <stdio.h>

View File

@@ -1,5 +1,5 @@
/* See GNUmakefile in following link for explanation
* https://exercism.io/my/solutions/103b2f7d92db42309c1988030f5202c7
/* See GNUmakefile below for explanation
* https://github.com/braoult/exercism/blob/master/c/templates/GNUmakefile
*/
#ifdef TESTALL
#undef TEST_IGNORE