fork(1) download
  1. -- your code goes here
  2. xml = [==[
  3.   <![CDATA[
  4.   <greeting>
  5.   Hello, world!
  6.   </greeting>
  7.   ]]>
  8. ]==]
  9. print(xml)
  10.  
Success #stdin #stdout 0s 2836KB
stdin
Standard input is empty
stdout
  <![CDATA[
    <greeting>
      Hello, world!
    </greeting>
  ]]>