1 <html><body>
2
3 <h1 id="label-Hello.lit-2C+or+-22hello+world-22+from+Literate+Programming-21">Hello.lit, or “hello world” from Literate Programming!<span><a href="#label-Hello.lit-2C+or+-22hello+world-22+from+Literate+Programming-21">¶</a> <a href="#top">↑</a></span></h1>
4
5 <p>Here is a “hello world” program. This part is documentation and is written in <em>Markdown</em>.</p>
6
7 <p>Here's the code:</p>
8
9 <pre class="ruby"><span class="ruby-identifier">puts</span> <span class="ruby-string">"Hello world"</span>
10 </pre>
11
12 <p>And that's it. Enjoy!</p>
13 </body></html>