mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-04 20:17:42 +00:00
14 lines
160 B
Nim
14 lines
160 B
Nim
discard """
|
|
cmd: "nim c --gc:arc $file"
|
|
output: '''
|
|
hello
|
|
hello
|
|
'''
|
|
"""
|
|
|
|
import dmodule
|
|
|
|
var val = parseMinValue()
|
|
if val.kind == minDictionary:
|
|
echo val
|