Implemented basic conceptual structure

This commit is contained in:
2024-09-04 14:08:50 +10:00
parent 1211140f82
commit 581e6d6277
7 changed files with 100 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
#include <mind.h>
int main(int argc, char **argv)
{
for (;;)
{
mind.wander();
}
return 0;
}