hang-man/src/main.cpp
2024-08-02 16:47:56 +02:00

7 lines
73 B
C++

#include <iostream>
#include "Game.hpp"
int main() {
Game::Run();
}