<?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>Ashley Ross • 27.am &#187; Quines</title>
	<atom:link href="http://27.am/tag/quines/feed" rel="self" type="application/rss+xml" />
	<link>http://27.am</link>
	<description></description>
	<lastBuildDate>Thu, 20 Oct 2011 11:36:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>C# Quines</title>
		<link>http://27.am/posts/c-quines</link>
		<comments>http://27.am/posts/c-quines#comments</comments>
		<pubDate>Thu, 02 Jul 2009 09:34:39 +0000</pubDate>
		<dc:creator>Ashley Ross</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Quines]]></category>

		<guid isPermaLink="false">http://27.am/?p=22</guid>
		<description><![CDATA[Writing quines is a fun way to while away an afternoon, especially when trying to make them as short as possible. This is the result of my attempt at writing the shortest C# quine possible (155 characters, source file): class &#8230; <a href="http://27.am/posts/c-quines">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Writing <a href="http://en.wikipedia.org/wiki/Quine_%28computing%29">quines</a> is a fun way to while away an afternoon, especially when trying to make them as short as possible. This is the result of my attempt at writing the shortest C# quine possible (155 characters, <a href="http://27.am/d/q/quine.cs">source file</a>):</p>
<pre lang="csharp" >class q{static void Main(){string s="class q{{static void Main(){{string s={0}{1}{0};System.Console.Write(s,'{0}',s);}}}}";System.Console.Write(s,'"',s);}}</pre>
<p><i>PS</i>: I came across a <a href="http://yetanotherdeveloper.com/post/2008/01/20/My-Quine.aspx">shorter C# 3.5 quine (149 characters)</a>, which uses <i>var</i> instead of <i>string</i>. Clever. Oh well, c&#8217;est la vie.</p>
]]></content:encoded>
			<wfw:commentRss>http://27.am/posts/c-quines/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

