<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="http://www.bytemycode.com/rssformat.xsl"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>byteMyCode: Snippet Revisions</title>
		<link>http://www.bytemycode.com</link>
		<description>Revisions for this snippet.</description>
		<pubDate>Sun, 23 Nov 2008 05:26:56 +0000</pubDate>
		<copyright>1998-2008 </copyright>
		<language>en-us</language>
		<image>
		      <link>http://www.bytemycode.com</link>
		      <url>http://www.bytemycode.com/img/rss_title.gif</url>
		      <title>byteMyCode</title>
		</image>

	
	<item>
		<title>Fibonacci 1</title>
		<link>http://www.bytemycode.com/snippets/snippet/663/1/</link>
		<comments>http://www.bytemycode.com/snippets/snippet/663/comments/</comments>
		<pubDate>Tue, 29 May 2007 17:57:34 +0000</pubDate>
		<dc:creator>ashraf_eme</dc:creator>
		<category>"ASP.NET 2.0", "CSharp", Fibonacci</category>
		<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/663/</guid>
		<description>
			<![CDATA[
				<p>That is, after two starting values, each number is the sum of the two preceding numbers. The first Fibonacci numbers , also denoted as Fn, for n = 0, 1, … , are:<br />0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584, 4181, 6765, 10946, 17711, 28657, 46368, 75025, 121393, 196418, 317811… <br />this is One line function to get the sequance.</p>
			]]>
		</description>
	</item>

	
	</channel>
</rss>