Browse Source

Add source for the fruits. Close #14

rexim 4 years ago
parent
commit
25be6a23e2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      examples/fruits.h

+ 2 - 0
examples/fruits.h

@@ -100,4 +100,6 @@ const char *fruits[] = {
 };
 const size_t fruits_count = sizeof(fruits) / sizeof(fruits[0]);
 
+// Source: https://gist.github.com/lasagnaphil/7667eaeddb6ed0c565f0cb653d756942
+
 #endif // FRUITS_H_