<?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>andrewtchin.com</title>
	<atom:link href="http://andrewtchin.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://andrewtchin.com</link>
	<description></description>
	<lastBuildDate>Sun, 25 Dec 2011 05:43:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Hello world!</title>
		<link>http://andrewtchin.com/2011/12/24/hello-world/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hello-world</link>
		<comments>http://andrewtchin.com/2011/12/24/hello-world/#comments</comments>
		<pubDate>Sat, 24 Dec 2011 08:30:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[cpp]]></category>
		<category><![CDATA[ENGR112]]></category>

		<guid isPermaLink="false">http://andrewtchin.com/?p=1</guid>
		<description><![CDATA[1 2 3 4 5 6 7 #include &#60;iostream&#62; &#160; int main&#40;&#41; &#123; std::cout &#60;&#60; &#34;Hello world!&#34;; return 0; &#125; Download hello.cpp]]></description>
			<content:encoded><![CDATA[
<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
</pre></td><td class="code"><pre class="cpp" style="font-family:monospace;"><span style="color: #339900;">#include &lt;iostream&gt;</span>
&nbsp;
<span style="color: #0000ff;">int</span> main<span style="color: #008000;">&#40;</span><span style="color: #008000;">&#41;</span>
<span style="color: #008000;">&#123;</span>
    std<span style="color: #008080;">::</span><span style="color: #0000dd;">cout</span> <span style="color: #000080;">&lt;&lt;</span> <span style="color: #FF0000;">&quot;Hello world!&quot;</span><span style="color: #008080;">;</span>
    <span style="color: #0000ff;">return</span> <span style="color: #0000dd;">0</span><span style="color: #008080;">;</span>
<span style="color: #008000;">&#125;</span></pre></td></tr></table></div>

<p><a href='http://andrewtchin.com/wp-content/uploads/2011/12/hello.cpp'>Download hello.cpp</a></p>
]]></content:encoded>
			<wfw:commentRss>http://andrewtchin.com/2011/12/24/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

