Main Menu

Forum Newbie - Test

Started by mikemet, August 18, 2012, 10:19:46 AM

Previous topic - Next topic

mikemet

First Test - http://robotik.cc
First Code:


#include <stdio.h>

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

Vortex

Hi mikemet,

Welcome to the Pelles C forum.
Code it... That's all...

czerny

Quote from: mikemet on August 18, 2012, 10:19:46 AM
First Test - http://robotik.cc
First Code:


#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

CommonTater

Welcome aboard Mikemet... If you have questions or if you need a little help, feel free to post in the Beginner's Questions...

Bitbeisser

Quote from: mikemet on August 18, 2012, 10:19:46 AM
First Test - http://robotik.cc
First Code:


#include <stdio.h>

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

Erster Test bestanden!  ;)

Ralf  8)