You can syntax highlight code here by doing this:
    
    
    '''nim
    while true:
      echo "hi"
    '''
    
    
    Run

(use backticks ` instead of ' I just don't know how to escape them)
    
    
    while true:
      echo "hi"
    
    
    Run

Reply via email to