Files
salmanoff/core/main.cpp
T

12 lines
100 B
C++

#include <mind.h>
int main(int argc, char **argv)
{
for (;;)
{
mind.wander();
}
return 0;
}