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