index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
dll
/
nimhcr_2_2.nim
blob: 04ab2d3bbe7777b89bdae150db98c437ceec9835 (
plain
) (
blame
)
1
2
3
4
5
6
7
import
hotcodereloading
proc
f_2
*
():
int
=
return
1
afterCodeReload
:
echo
" 2: after!"