<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.eiffelroom.org" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>eiffelroom - Hello World - Comments</title>
 <link>http://www.eiffelroom.org/article/hello_world</link>
 <description>Comments for &quot;Hello World&quot;</description>
 <language>en</language>
<item>
 <title>Hello World</title>
 <link>http://www.eiffelroom.org/article/hello_world</link>
 <description>&lt;p&gt;The typical hello world program in Eiffel.&lt;/p&gt;

&lt;p&gt;To compile it create a file called &lt;strong&gt;hello_world.e&lt;/strong&gt; with the following content:&lt;/p&gt;

&lt;p&gt;&lt;div class=&quot;geshifilter eiffel&quot; style=&quot;font-family: monospace;&quot;&gt;&lt;span style=&quot;color: #0600FF; font-weight: bold;&quot;&gt;class&lt;/span&gt; HELLO_WORLD&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #0600FF; font-weight: bold;&quot;&gt;create&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; make&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #0600FF; font-weight: bold;&quot;&gt;feature&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; make&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #008000; font-style: italic;&quot;&gt;-- Program entry&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #0600FF; font-weight: bold;&quot;&gt;do&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; print &lt;span style=&quot;color: #FF0000;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #0080A0;&quot;&gt;&amp;quot;Hello World!&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: #FF0000;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #0600FF; font-weight: bold;&quot;&gt;end&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #0600FF; font-weight: bold;&quot;&gt;end&lt;/span&gt;&lt;/div&gt;&lt;/p&gt;

&lt;p&gt;If you have installed &lt;a class=&quot;&quot; style=&quot;&quot; href=&quot;/locate/EiffelStudio&quot;&gt;EiffelStudio&lt;/a&gt; you can now open the command line in the directory of the file and type the following command to compile it:&lt;/p&gt;

&lt;p&gt;&lt;pre class=&quot;geshifilter&quot;&gt;ec hello_world.e&lt;/pre&gt;&lt;/p&gt;

</description>
 <comments>http://www.eiffelroom.org/article/hello_world#comments</comments>
 <category domain="http://www.eiffelroom.org/taxonomy/term/2">Example</category>
 <category domain="http://www.eiffelroom.org/taxonomy/term/7">Beginner</category>
 <enclosure url="http://www.eiffelroom.org/files/hello_world.zip" length="1640" type="application/zip" />
 <pubDate>Wed, 29 Nov 2006 17:07:00 -0800</pubDate>
 <dc:creator>juliant</dc:creator>
 <guid isPermaLink="false">1 at http://www.eiffelroom.org</guid>
</item>
</channel>
</rss>
