mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 17:34:43 +00:00
12 lines
100 B
Nim
12 lines
100 B
Nim
discard """
|
|
file: "tbind3.nim"
|
|
output: "1"
|
|
"""
|
|
# Module B
|
|
import mbind3
|
|
|
|
echo genId() #OUT 1
|
|
|
|
|
|
|