ex28 extra credit
This commit is contained in:
8
lcthw-remnants-2/c-skeleton/tests/your_library_tests.c
Normal file
8
lcthw-remnants-2/c-skeleton/tests/your_library_tests.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <stdio.h>
|
||||
#include "your_library.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
printf("WEASELS: %d\n", howmanyweasels());
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user