mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-05 04:27:44 +00:00
10 lines
110 B
Nim
10 lines
110 B
Nim
discard """
|
|
output: 33
|
|
"""
|
|
|
|
import mcan_access_hidden_field
|
|
|
|
var myfoo = createFoo(33, 44)
|
|
|
|
echo myfoo.geta
|