Research portable Memory game | Исследовать портируемую игру Память
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 line
130B

  1. #include "Memory.h"
  2. #include <iostream>
  3. int main() {
  4. std::cout
  5. << test_memory_generateConstPlayfield()
  6. << std::endl;
  7. }