Implemented basic conceptual structure
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#include <mind.h>
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
for (;;)
|
||||
{
|
||||
mind.wander();
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user