Untitled

Run Settings
LanguageNim
Language Version
Run Command
import os, threadpool var chan: Channel[string] open(chan) proc hello() = chan.send("Hello") spawn hello() echo chan.recv()
Editor Settings
Theme
Key bindings
Full width
Lines