diff --git a/examples/hello_nim/hello_nim_async.nim b/examples/hello_nim/hello_nim_async.nim index 664fe7d9bd3..08e5a3b86cc 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