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.

10 lines
167B

  1. c++ -o test_memory_C++ -std=c++11 -I. \
  2. memory.cpp \
  3. memory_Context.cpp \
  4. memory_test.cpp \
  5. llm.cpp \
  6. llm_test.cpp \
  7. cli.cpp \
  8. cli_test.cpp \
  9. main.cpp