Research portable Memory game | Исследовать портируемую игру Память
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

11 lines
185B

  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. ctx_test2.cpp \
  10. main.cpp