Skip to content

Commit 25be6a2

Browse files
committed
Add source for the fruits. Close #14
1 parent a09cdca commit 25be6a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/fruits.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,6 @@ const char *fruits[] = {
100100
};
101101
const size_t fruits_count = sizeof(fruits) / sizeof(fruits[0]);
102102

103+
// Source: https://gist.github.com/lasagnaphil/7667eaeddb6ed0c565f0cb653d756942
104+
103105
#endif // FRUITS_H_

0 commit comments

Comments
 (0)