box-o-sand/lcthw-remnants-2/c-skeleton/src/your_library.c

7 lines
70 B
C
Raw Normal View History

2016-04-16 18:48:19 +00:00
#include "your_library.h"
int howmanyweasels()
{
return WEASELS;
}