Veränderte Programmzeilen
Fork of mbed_test by
Revision 3:be1d533d96e3, committed 2014-05-27
- Comitter:
- Klaus89
- Date:
- Tue May 27 15:16:19 2014 +0000
- Parent:
- 2:17c036456999
- Commit message:
- Hallo;
Changed in this revision
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Komfortblinker.c Tue May 27 15:16:19 2014 +0000 @@ -0,0 +1,1 @@ +Hallo \ No newline at end of file
--- /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
--- a/test.cpp Tue May 27 14:59:14 2014 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -#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