From 045d51aa668c897727ce9a49139d7a5987fe06d1 Mon Sep 17 00:00:00 2001 From: "Nikita (PodolskyNK)" Date: Mon, 27 May 2024 10:23:12 +0300 Subject: [PATCH] code: add curl --- .gitignore | 3 ++- cs-lab34.cbp | 5 +++++ main.cpp | 31 +++++++++++++++++++------------ 3 files changed, 26 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 15a5798..85c821d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /bin /obj *.depend -*.layout \ No newline at end of file +*.layout +/curl \ No newline at end of file diff --git a/cs-lab34.cbp b/cs-lab34.cbp index 981bf7b..4bc68b5 100644 --- a/cs-lab34.cbp +++ b/cs-lab34.cbp @@ -13,7 +13,12 @@