document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. Hello World v1
  2. <?csp1.0?>
  3. function main() {
  4.   "Hello world from Candle!"
  5. }
  6.  
  7. Hello World v2
  8. <?csp1.0?>
  9. function main() {
  10.   <div style="font-family:\'Comic Sans MS\'; font-weight:bold;
  11.    color:blue; text-shadow:1px 2px 5px silver;">
  12.     <font size="+2"> "Hello world from Candle!" </font>
  13.   </div>
  14. }
');