9 lines
83 B
C++
9 lines
83 B
C++
#include <mind.h>
|
|
|
|
int main(int argc, char **argv)
|
|
{
|
|
hk::Mind mind;
|
|
|
|
return 0;
|
|
}
|