Files
integration/luprex/cpp/main.cpp

9 lines
93 B
C++

#include "textgame.hpp"
int main(int argc, char **argv)
{
TextGame tg;
tg.run();
}