10 lines
214 B
C
10 lines
214 B
C
#include "toy_console_colors.h"
|
|
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
|
|
int main(void) {
|
|
//TODO: Test not yet implemented
|
|
printf(TOY_CC_WARN "Test not yet implemented: %s\n" TOY_CC_RESET, __FILE__);
|
|
return 0;
|
|
} |