소스 검색

Add source for the fruits. Close #14

rexim 4 년 전
부모
커밋
25be6a23e2
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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_