diff --git a/c/bob/src/bob.c b/c/bob/src/bob.c index 43538c2..433070b 100644 --- a/c/bob/src/bob.c +++ b/c/bob/src/bob.c @@ -1,6 +1,5 @@ #include #include "bob.h" -#include char*answers[] = { "Whatever.", @@ -29,15 +28,13 @@ char *hey_bob(char *w) * https://github.com/braoult/exercism/blob/master/c/templates/GNUmakefile */ #ifdef UNIT_TEST +#include int main(int ac, char **av) { int arg=1; - resistor_band_t i[2]; - for (; arg