top | item 32453540

(no title)

firesloth | 3 years ago

Actually another way to do nimscript is to make a config.nims file with tasks in it. eg:

In config.nims:

  switch("hints", "off")
  task hello, "say hello world":
    echo "hello world"
In bash:

  $ nim hello
  hello world

discuss

order

No comments yet.