Untitled

Run Settings
LanguageNim
Language Version
Run Command
import system proc first {.noconv.} = echo "first" proc second {.noconv.} = echo "second" proc main = echo "Hello!" addQuitProc(first) addQuitProc(second) when isMainModule: main()
Editor Settings
Theme
Key bindings
Full width
Lines