<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Web development &#187; Hello World</title>
	<atom:link href="http://sourcecodemoney.com/tag/hello-world/feed/" rel="self" type="application/rss+xml" />
	<link>http://sourcecodemoney.com</link>
	<description>Use source code for money</description>
	<lastBuildDate>Mon, 21 Nov 2011 12:03:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Starting Ruby programming</title>
		<link>http://sourcecodemoney.com/starting-ruby-programming/ruby/</link>
		<comments>http://sourcecodemoney.com/starting-ruby-programming/ruby/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 15:54:49 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Hello World]]></category>
		<category><![CDATA[Programming Ruby]]></category>
		<category><![CDATA[Ruby Program]]></category>
		<category><![CDATA[Ruby Programming]]></category>
		<category><![CDATA[Scripting Languages]]></category>

		<guid isPermaLink="false">http://sourcecodemoney.com/?p=111</guid>
		<description><![CDATA[		<link href="http://sourcecodemoney.com/wp-content/plugins/diggme/css.css" rel="stylesheet" type="text/css" />
		Ruby is an object-oriented scripting languages. Here are steps to do Ruby programming: Download the Ruby package here. Install the package. To start your first Ruby script, right click your desktop, and add New &#8220;Ruby Program&#8220;. Give the file .rb extension. Right click the file and click Edit. Copy this code to the file: #!/usr/bin/env [...]]]></description>
			<content:encoded><![CDATA[		<link href="http://sourcecodemoney.com/wp-content/plugins/diggme/css.css" rel="stylesheet" type="text/css" />
		<div id="diggbutton"><a href="http://digg.com/submit?phase=2&amp;url=http://sourcecodemoney.com/starting-ruby-programming/ruby/"><img src="http://sourcecodemoney.com/wp-content/plugins/diggme/digg.png"></a></div><p>Ruby is an object-oriented scripting languages.</p>
<p>Here are steps to do Ruby programming:</p>
<ul>
<li>Download the Ruby package <a href="http://www.ruby-lang.org/en/downloads/">here</a>.</li>
<li>Install the package.</li>
</ul>
<p>To start your first Ruby script, right click your desktop, and add New &#8220;<em>Ruby Program</em>&#8220;. Give the file .rb extension. Right click the file and click <em>Edit</em>. Copy this code to the file:</p>
<div id="code">#!/usr/bin/env rubyputs &#8220;Hello world!&#8221;<br />
gets  # This will pause, and wait for user press enter.</div>
]]></content:encoded>
			<wfw:commentRss>http://sourcecodemoney.com/starting-ruby-programming/ruby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

