mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-04 04:02:41 +00:00
6 lines
66 B
Nim
6 lines
66 B
Nim
|
|
import mexport2b
|
|
export mexport2b
|
|
proc printAbc*() = echo "abc"
|
|
|