<?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>PC in NOT &#187; Basic</title>
	<atom:link href="http://www.pc-in-not.net/tag/basic/feed" rel="self" type="application/rss+xml" />
	<link>http://www.pc-in-not.net</link>
	<description>Artikel rund um IT und andere Technik</description>
	<lastBuildDate>Tue, 22 Nov 2011 21:24:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Hello World</title>
		<link>http://www.pc-in-not.net/hello-world</link>
		<comments>http://www.pc-in-not.net/hello-world#comments</comments>
		<pubDate>Thu, 28 Aug 2008 20:28:57 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[Basic]]></category>
		<category><![CDATA[command.com]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Schlagwort hinzufügen]]></category>

		<guid isPermaLink="false">http://www.pc-in-not.net/?p=58</guid>
		<description><![CDATA[Verschiedene Wege &#8220;Hallo&#8221; zu sagen.
command.com
echo Hallo Welt
Perl
print &#8220;Hallo Welt&#8221;;
BASIC
10 PRINT &#8220;HALLO WELT&#8221;
PHP
$helloWorld = array (
[0] =&#62; &#8216;Hallo&#8217;,
[1] =&#62; &#8216;Welt&#8217;
);
echo $helloWorld[0] . &#8216; &#8216; . $helloWorld[1];
Java
System.out.print(&#8221;Hello World&#8221;);
]]></description>
		<wfw:commentRss>http://www.pc-in-not.net/hello-world/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

