<?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>webventil &#187; Programmiersprachen</title>
	<atom:link href="http://webventil.de/tag/programmiersprachen/feed/" rel="self" type="application/rss+xml" />
	<link>http://webventil.de</link>
	<description>Wissenswertes rund um Webtechnologien und Grafikdesign.</description>
	<lastBuildDate>Mon, 14 Mar 2011 17:19:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Hello World!</title>
		<link>http://webventil.de/2009/03/06/hallo-welt/</link>
		<comments>http://webventil.de/2009/03/06/hallo-welt/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 12:39:33 +0000</pubDate>
		<dc:creator>Arne</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Hello World!]]></category>
		<category><![CDATA[Programmiersprachen]]></category>
		<category><![CDATA[webventil]]></category>
		<category><![CDATA[www]]></category>

		<guid isPermaLink="false">http://webventil.de/?p=1</guid>
		<description><![CDATA[

…ist meist das erste kleine Programm einer Person, die eine neue Programmiersprache erlernt. Es gibt einen Einblick in die Syntaktik einer Programmiersprache.

webventil ist zwar keine Programmiersprache, aber für einen Informatikstudenten, wie mich, ist der Einstieg in dieser Form sehr ...]]></description>
			<content:encoded><![CDATA[<p class="wp-flattr-button"></p><div class="entry">
<p>…ist meist das erste kleine Programm einer Person, die eine neue Programmiersprache erlernt. Es gibt einen Einblick in die Syntaktik einer Programmiersprache.</p>
<p><strong><em>webventil</em></strong> ist zwar keine Programmiersprache, aber für einen Informatikstudenten, wie mich, ist der Einstieg in dieser Form sehr passend.</p>
<p>Also: Hello World!</p>
<p>oder in Java</p>
<pre class="brush: java">public class Hallo
{
public static void main(String[] args)
{
System.out.println(&quot;Hallo Welt!&quot;);
}
}
</pre>
<p>oder in c++</p>
<pre class="brush: c-sharp">
#include
#include

int main()
{
std::cout &lt;&lt; &quot;Hallo Welt!&quot; &lt;&lt; std::endl;
}</pre>
<p>Die Liste der Programmiersprachen ist lang und wen es interessiert, der kann sich unter folgendem <a href="http://webventil.de/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2RlLndpa2lwZWRpYS5vcmcvd2lraS9MaXN0ZV92b25fSGFsbG8tV2VsdC1Qcm9ncmFtbWVuL1Byb2dyYW1taWVyc3ByYWNoZW4=">Link </a>auch andere Sprachen angucken.</p>
<p>Stellt sich nun die Frage, worum soll es in diesem Blog gehen? Nicht darum, möglichst viele Programmiersprachen zu lernen, nein mit dem <em><strong>webventil </strong></em>möchte ich eine Schnittstelle herstellen, zwischen dem interssierten Internetbenutzer und dem <em>www</em>.  Darüber hinnaus möchte ich eine Plattform schaffen, in der ich über neue Webtechnologien, freie Software, Grafikdesign, Tutorials und vieles mehr berichten möchte.</p>
<p>Seit also gespannt! Über Anregungen und Tips würde ich mich sehr freuen!</p>
<p>Arne</p></div>
 <img src="http://webventil.de/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1" width="1" height="1" style="display: none;" /> <p><a href="http://webventil.de/?flattrss_redirect&amp;id=1&amp;md5=ed076287532e86365e841e92bfc50d8c" title="Flattr" target="_blank"><img src="http://webventil.de/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://webventil.de/2009/03/06/hallo-welt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

