summaryrefslogtreecommitdiffhomepage
path: root/example
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-23 14:53:16 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-23 14:53:16 +0100
commit1a634d1cc7b5243359e421d77b3d3fb3eeea7004 (patch)
tree7245988fccd13123c99e4def0ea6c5bb97fdb11d /example
parent96952b69011d822ec22e7b0bbe73a9fe6cb83877 (diff)
feat: better documentation of builder objects.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'example')
-rw-r--r--example/example_03_hello_world_toml/hello_world.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/example/example_03_hello_world_toml/hello_world.cc b/example/example_03_hello_world_toml/hello_world.cc
index ae47ce8..e259b1a 100644
--- a/example/example_03_hello_world_toml/hello_world.cc
+++ b/example/example_03_hello_world_toml/hello_world.cc
@@ -1,5 +1,4 @@
#include <iostream>
-#include <string>
int main(int argc, char** argv) {
std::cout << "hello, world!\n";