#!/usr/bin/env nim r
    
    echo "hi"
    
    
    Run
    
    
    chmod +x hello.nim
    
    
    Run

There's the problem though, nim refuses to run `hello` without the nim 
extension.

Reply via email to