mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 01:44:37 +00:00
13 lines
135 B
Nim
13 lines
135 B
Nim
discard """
|
|
output: '''246
|
|
xyzabc
|
|
'''
|
|
"""
|
|
|
|
import deadg, deadb
|
|
|
|
# now add call to previously unused proc p2:
|
|
echo p2("xyz", "abc")
|
|
|
|
|