<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Project Euler: Problem 7 in Ruby</title>
	<atom:link href="http://joezack.com/index.php" rel="self" type="application/rss+xml" />
	<link>http://joezack.com/index.php/2009/02/06/project-euler-problem-7-in-ruby/</link>
	<description>Code Musings and Such</description>
	<lastBuildDate>Fri, 03 Feb 2012 02:11:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Tsumuji</title>
		<link>http://joezack.com/index.php/2009/02/06/project-euler-problem-7-in-ruby/comment-page-1/#comment-1019</link>
		<dc:creator>Tsumuji</dc:creator>
		<pubDate>Sun, 18 Oct 2009 17:58:19 +0000</pubDate>
		<guid isPermaLink="false">http://joezack.com/?p=535#comment-1019</guid>
		<description>Ruby 1.9 has &quot;prime.rb&quot;.

require &#039;prime&#039;
puts Prime.take(10001).last</description>
		<content:encoded><![CDATA[<p>Ruby 1.9 has &#8220;prime.rb&#8221;.</p>
<p>require &#8216;prime&#8217;<br />
puts Prime.take(10001).last</p>
]]></content:encoded>
	</item>
</channel>
</rss>

