This website requires JavaScript.
Explore
Help
Sign In
hayodea
/
salmanoff
Watch
1
Star
0
Fork
0
You've already forked salmanoff
Code
Issues
Pull Requests
Packages
Projects
Releases
2
Wiki
Activity
Files
0ccb7e55428f2162960c1cfc25467af7103b0402
salmanoff
/
core
/
main.cpp
T
14 lines
113 B
C++
Raw
Normal View
History
Unescape
Escape
Implemented basic conceptual structure
2024-09-04 14:08:50 +10:00
#
include
<mind.h>
int
main
(
int
argc
,
char
*
*
argv
)
{
Everything builds now
2024-09-05 18:20:33 +10:00
Mind
mind
;
Implemented basic conceptual structure
2024-09-04 14:08:50 +10:00
for
(
;
;
)
{
mind
.
wander
(
)
;
}
return
0
;
}
Reference in New Issue
Copy Permalink