box-o-sand/lcthw-remnants-2/c-skeleton/tests/your_library_tests.c

9 lines
118 B
C
Raw Normal View History

2016-04-16 18:48:19 +00:00
#include <stdio.h>
#include "your_library.h"
int main()
{
printf("WEASELS: %d\n", howmanyweasels());
return 0;
}