Files
salmanoff/main.cpp
T

9 lines
83 B
C++

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