mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-10 17:33:09 +00:00
9 lines
95 B
Nim
9 lines
95 B
Nim
# Run this file:
|
|
# nim c -r main.nim
|
|
#
|
|
|
|
import ./somefn
|
|
import ./otherfn
|
|
|
|
discard int.someFn()
|