From b43fd50ff02bbc39de34b1fa6fbdc2e2da225ac6 Mon Sep 17 00:00:00 2001 From: Hiroki Noda Date: Wed, 29 Jan 2025 23:25:31 +0900 Subject: [PATCH] examples:hello_nim: fix comment syntax --- examples/hello_nim/hello_nim_async.nim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/hello_nim/hello_nim_async.nim b/examples/hello_nim/hello_nim_async.nim index 664fe7d9b..08e5a3b86 100644 --- a/examples/hello_nim/hello_nim_async.nim +++ b/examples/hello_nim/hello_nim_async.nim @@ -1,4 +1,5 @@ -/**************************************************************************** +#[ + **************************************************************************** * apps/examples/hello_nim/hello_nim_async.c * * SPDX-License-Identifier: Apache-2.0 @@ -19,6 +20,7 @@ * under the License. * ****************************************************************************/ +]# import std/asyncdispatch import std/strformat