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