nimhcr_2_2.nim 94 B

12345678
  1. import hotcodereloading
  2. proc f_2*(): int = return 1
  3. afterCodeReload:
  4. echo " 2: after!"