<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=C_-_Compilieren</id>
	<title>C - Compilieren - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=C_-_Compilieren"/>
	<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=C_-_Compilieren&amp;action=history"/>
	<updated>2026-04-06T12:39:10Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Xinux Wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.ixheim.de/index.php?title=C_-_Compilieren&amp;diff=17504&amp;oldid=prev</id>
		<title>Thomas.will: Die Seite wurde neu angelegt: „=Sourcecode= *cat hello-world.c  &lt;pre&gt; #include &lt;stdio.h&gt;  int main(void) {     puts(&quot;Hallo Welt!&quot;); } &lt;/pre&gt; =Compile= *gcc  hello-world.c -o hello-world =Res…“</title>
		<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=C_-_Compilieren&amp;diff=17504&amp;oldid=prev"/>
		<updated>2018-10-30T11:03:38Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „=Sourcecode= *cat hello-world.c  &amp;lt;pre&amp;gt; #include &amp;lt;stdio.h&amp;gt;  int main(void) {     puts(&amp;quot;Hallo Welt!&amp;quot;); } &amp;lt;/pre&amp;gt; =Compile= *gcc  hello-world.c -o hello-world =Res…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Sourcecode=&lt;br /&gt;
*cat hello-world.c &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#include &amp;lt;stdio.h&amp;gt;&lt;br /&gt;
&lt;br /&gt;
int main(void)&lt;br /&gt;
{&lt;br /&gt;
    puts(&amp;quot;Hallo Welt!&amp;quot;);&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
=Compile=&lt;br /&gt;
*gcc  hello-world.c -o hello-world&lt;br /&gt;
=Result=&lt;br /&gt;
file *&lt;br /&gt;
 hello-world:   ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked ...&lt;br /&gt;
 hello-world.c: C source, ASCII text&lt;br /&gt;
=Run=&lt;br /&gt;
*./hello-world &lt;br /&gt;
 Hallo Welt!&lt;/div&gt;</summary>
		<author><name>Thomas.will</name></author>
	</entry>
</feed>