mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-05 04:27:44 +00:00
11 lines
89 B
Nim
11 lines
89 B
Nim
discard """
|
|
output: '''5 5 5
|
|
false'''
|
|
"""
|
|
|
|
import mdotlookup
|
|
|
|
foo(7)
|
|
# bug #1444
|
|
fn(4)
|