move from private r&d repo
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#ifndef INTELLIGENCE_H
|
||||
#define INTELLIGENCE_H
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
char *ai_ask(char *question);
|
||||
|
||||
#endif //INTELLIGENCE_H
|
||||
Reference in New Issue
Block a user