mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
12 lines
130 B
Nim
12 lines
130 B
Nim
discard """
|
|
cmd: "nim cpp $file"
|
|
output: "hello"
|
|
"""
|
|
|
|
# bug #3299
|
|
|
|
import jester
|
|
import asyncdispatch, asyncnet
|
|
|
|
echo "hello"
|