feat: add list

This commit is contained in:
2025-08-23 18:23:11 +02:00
parent bdaffdda54
commit 0288983aa7
6 changed files with 267 additions and 5 deletions

View File

@@ -29,6 +29,5 @@ FetchContent_Declare(
FetchContent_MakeAvailable(tstd)
add_executable(myapp src/main.c)
target_link_libraries(myapp PRIVATE tstd)
```