feat: develop the basic functions.

This commit is contained in:
2025-06-13 16:53:25 +08:00
parent 9ddcad2f08
commit 52d9629a5c
9 changed files with 179 additions and 36 deletions

View File

@@ -6,6 +6,9 @@ include_directories(include)
find_package(CURL REQUIRED)
find_package(nlohmann_json REQUIRED)
find_package(GTest REQUIRED)
add_subdirectory(src)
add_executable(leetcode-fetcher main.cpp
src/fetcher.cpp)