Leap, Difference of Squares, Grains, Collatz Conjecture, Queen Attack, Darts, Hamming, and Space Age completed yesterday. Binary and Linked List completed today.
8 lines
111 B
C
8 lines
111 B
C
#ifndef WORDY_H
|
|
#define WORDY_H
|
|
|
|
#include <stdbool.h>
|
|
|
|
bool answer(const char *question, int *result);
|
|
|
|
#endif
|