mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-17 00:24:16 +00:00
5 lines
37 B
Nim
Executable File
5 lines
37 B
Nim
Executable File
|
|
method m(i: int): int =
|
|
return 5
|
|
|