Leap, Difference of Squares, Grains, Collatz Conjecture, Queen Attack, Darts, Hamming, and Space Age completed yesterday. Binary and Linked List completed today.
6 lines
86 B
C
6 lines
86 B
C
#ifndef PIG_LATIN_H
|
|
#define PIG_LATIN_H
|
|
|
|
char *translate(const char *phrase);
|
|
|
|
#endif
|