<?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>Comentarios en: Campaña abraza a un programador</title>
	<atom:link href="http://mpermon.com/blog/humor/campana-abraza-a-un-programador/feed/" rel="self" type="application/rss+xml" />
	<link>http://mpermon.com/blog/humor/campana-abraza-a-un-programador</link>
	<description>Blog personal de Mario Pérez</description>
	<lastBuildDate>Tue, 16 Jun 2009 07:35:35 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Por: getinvolved</title>
		<link>http://mpermon.com/blog/humor/campana-abraza-a-un-programador/comment-page-1/#comment-14</link>
		<dc:creator>getinvolved</dc:creator>
		<pubDate>Mon, 13 Oct 2008 23:13:56 +0000</pubDate>
		<guid isPermaLink="false">http://mpermon.com/blog/?p=44#comment-14</guid>
		<description>Me había quedado mucho mejor indentado :P</description>
		<content:encoded><![CDATA[<p>Me había quedado mucho mejor indentado <img src='http://mpermon.com/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: getinvolved</title>
		<link>http://mpermon.com/blog/humor/campana-abraza-a-un-programador/comment-page-1/#comment-13</link>
		<dc:creator>getinvolved</dc:creator>
		<pubDate>Mon, 13 Oct 2008 23:13:11 +0000</pubDate>
		<guid isPermaLink="false">http://mpermon.com/blog/?p=44#comment-13</guid>
		<description>Una pequeña ayuda para tus amigos... xD

struct hugs
{
    char name[15];
    char surname[15];
    int donation;
}

main()
{
    struct hugs new_hug;

    scanf(&quot;%s %s %d&quot;, &amp;new_hug.name, 
                        &amp;new_hug.surname, 
                        &amp;new_hug.donation);
}</description>
		<content:encoded><![CDATA[<p>Una pequeña ayuda para tus amigos&#8230; xD</p>
<p>struct hugs<br />
{<br />
    char name[15];<br />
    char surname[15];<br />
    int donation;<br />
}</p>
<p>main()<br />
{<br />
    struct hugs new_hug;</p>
<p>    scanf(&#8221;%s %s %d&#8221;, &amp;new_hug.name,<br />
                        &amp;new_hug.surname,<br />
                        &amp;new_hug.donation);<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
