Explorar o código

Add source for the fruits. Close #14

rexim %!s(int64=4) %!d(string=hai) anos
pai
achega
25be6a23e2
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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_