Files
integration/luprex/syscpp/main.cpp
2021-01-22 19:10:47 -05:00

9 lines
93 B
C++

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