From a1d03b5f1345027b02741918be74f665cc9e1019 Mon Sep 17 00:00:00 2001 From: alfredo-toledano Date: Sat, 30 Nov 2024 22:15:38 +0100 Subject: [PATCH] doc(docs.topics.native.cAndLibCurl): add notes --- docs/topics/native/native-app-with-c-and-libcurl.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/topics/native/native-app-with-c-and-libcurl.md b/docs/topics/native/native-app-with-c-and-libcurl.md index ad449e7c0ce..defd7da674d 100644 --- a/docs/topics/native/native-app-with-c-and-libcurl.md +++ b/docs/topics/native/native-app-with-c-and-libcurl.md @@ -1,5 +1,9 @@ [//]: # (title: Create an app using C Interop and libcurl – tutorial) +* goal + * how to create a native HTTP client & interoperate with C libraries + +* TODO: This tutorial demonstrates how to use IntelliJ IDEA to create a command-line application. You'll learn how to create a simple HTTP client that can run natively on specified platforms using Kotlin/Native and the `libcurl` library.