You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
o("This is the end. You can also try replacing sample.cpp with intro.cpp in the compilation command if you want to see a bigger project being built.")(r);
}
voidnext_scene() {
o("You spot a door, which will take you to the")("next next scene", third_scene)(".")(r);
}
intmain() {
o("This is the sample project.")("Move to the next scene.", next_scene)(r);