Pelles C forum

Test => Test => Topic started by: mikemet on August 18, 2012, 10:19:46 AM

Title: Forum Newbie - Test
Post by: mikemet on August 18, 2012, 10:19:46 AM
First Test - http://robotik.cc

First Code:

Code: [Select]
#include <stdio.h>

int main(void)
{
   printf("Hallo Welt\n");
   return 0;
}
Title: Re: Forum Newbie - Test
Post by: Vortex on August 18, 2012, 12:48:42 PM
Hi mikemet,

Welcome to the Pelles C forum.
Title: Re: Forum Newbie - Test
Post by: czerny on August 18, 2012, 07:49:42 PM
First Test - http://robotik.cc

First Code:

Code: [Select]
#include <stdio.h>

int main(void)
{
   printf("Hallo Welt\n");
   return 0;
}
Tell me! What is your UHR talking about your first peace of code?  ;D
Title: Re: Forum Newbie - Test
Post by: CommonTater on August 18, 2012, 11:17:11 PM
Welcome aboard Mikemet... If you have questions or if you need a little help, feel free to post in the Beginner's Questions...
Title: Re: Forum Newbie - Test
Post by: Bitbeisser on August 19, 2012, 12:22:16 AM
First Test - http://robotik.cc

First Code:

Code: [Select]
#include <stdio.h>

int main(void)
{
   printf("Hallo Welt\n");
   return 0;
}
Erster Test bestanden!  ;)

Ralf  8)