Skip to content

Commit

Permalink
examples:hello_nim: fix comment syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
kubo39 committed Jan 29, 2025
1 parent 18838d2 commit a966033
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/hello_nim/hello_nim_async.nim
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/****************************************************************************
#[
****************************************************************************
* apps/examples/hello_nim/hello_nim_async.c
*
* SPDX-License-Identifier: Apache-2.0
Expand All @@ -19,6 +20,7 @@
* under the License.
*
****************************************************************************/
]#

import std/asyncdispatch
import std/strformat
Expand Down

0 comments on commit a966033

Please sign in to comment.