9 lines
118 B
C
9 lines
118 B
C
|
#include <stdio.h>
|
||
|
#include "your_library.h"
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
printf("WEASELS: %d\n", howmanyweasels());
|
||
|
return 0;
|
||
|
}
|