engineer-thesis-WUT/Engine/engine/match.cpp

7 lines
79 B
C++
Raw Normal View History

2022-08-25 17:17:53 +02:00
#include <iostream>
int main()
{
std::cout << "hello world 2";
return 0;
}