From bbaa28af2733188e7466ae7bd3ef8f8f64003bf9 Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Mon, 24 Mar 2025 21:02:18 +0000 Subject: README: add a \n to the example print --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 37d70f9..b1ed782 100644 --- a/README +++ b/README @@ -25,7 +25,7 @@ the basic API is very similar to the C libnv API: auto nvl = bsd::nv_list(); nvl.add_number("the answer", 42); assert(nvl.exists_number("the answer")); - std::print("{0}", nvl.get_number("the answer")); + std::print("{0}\n", nvl.get_number("the answer")); infrequently asked questions: -- cgit v1.2.3