move from private r&d repo

This commit is contained in:
talksik
2025-07-27 15:06:10 -07:00
commit 974504db14
14 changed files with 693 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#ifndef INTELLIGENCE_H
#define INTELLIGENCE_H
#include <stdio.h>
#include <stdlib.h>
char *ai_ask(char *question);
#endif //INTELLIGENCE_H