This website requires JavaScript.
Explore
Help
Sign In
NaiJi
/
cirno-puzzle
Watch
1
Star
0
Fork
You've already forked cirno-puzzle
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0e647faf20
cirno-puzzle
/
main.cpp
9 lines
92 B
C++
Raw
Blame
History
#
include
<iostream>
#
include
"game.h"
int
main
(
)
{
Game
game
;
return
game
.
run
(
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink