examples:hello_nim: fix comment syntax

This commit is contained in:
Hiroki Noda
2025-01-29 23:25:31 +09:00
committed by Xiang Xiao
parent 18838d23bf
commit b43fd50ff0

View File

@@ -1,4 +1,5 @@
/**************************************************************************** #[
****************************************************************************
* apps/examples/hello_nim/hello_nim_async.c * apps/examples/hello_nim/hello_nim_async.c
* *
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
@@ -19,6 +20,7 @@
* under the License. * under the License.
* *
****************************************************************************/ ****************************************************************************/
]#
import std/asyncdispatch import std/asyncdispatch
import std/strformat import std/strformat