Veränderte Programmzeilen

Fork of mbed_test by Daniel K

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers test.c Source File

test.c

00001 #include<stdio.h>
00002 
00003 int main()
00004 {
00005     printf("Hello World\n");
00006     printf("Hallo Daniel siehst du was ich hier Arbeite?")
00007     return 0;
00008 }