Veränderte Programmzeilen
Fork of mbed_test by
Diff: test.c
- Revision:
- 3:be1d533d96e3
- Parent:
- 2:17c036456999
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test.c Tue May 27 15:16:19 2014 +0000 @@ -0,0 +1,8 @@ +#include<stdio.h> + +int main() +{ + printf("Hello World\n"); + printf("Hallo Daniel siehst du was ich hier Arbeite?") + return 0; +} \ No newline at end of file