Skip to content

Commit

Permalink
doc(docs.topics.native.cAndLibCurl): add notes
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredo-toledano committed Nov 30, 2024
1 parent 0304395 commit a1d03b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/topics/native/native-app-with-c-and-libcurl.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit a1d03b5

Please sign in to comment.