Due to server problems the website is temporarily offline! Visit http://www.smorgasbordet.com/pellesc/ to download Pelles C.
#include <stdio.h>int main(void){ printf("Hallo Welt\n"); return 0;}
First Test - http://robotik.ccFirst Code:Code: [Select]#include <stdio.h>int main(void){ printf("Hallo Welt\n"); return 0;}