Veränderte Programmzeilen
Fork of mbed_test by
test.cpp@2:17c036456999, 2014-05-27 (annotated)
- Committer:
- Klaus89
- Date:
- Tue May 27 14:59:14 2014 +0000
- Revision:
- 2:17c036456999
- Parent:
- 1:0bfba4e7d03d
Hase;
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Daniel90 | 0:88181e343956 | 1 | #include<stdio.h> |
Daniel90 | 0:88181e343956 | 2 | |
Klaus89 | 2:17c036456999 | 3 | int main() |
Klaus89 | 2:17c036456999 | 4 | { |
Daniel90 | 1:0bfba4e7d03d | 5 | printf("Hello World\n"); |
Klaus89 | 2:17c036456999 | 6 | printf("Hallo Daniel siehst du was ich hier Arbeite?") |
Daniel90 | 0:88181e343956 | 7 | return 0; |
Daniel90 | 0:88181e343956 | 8 | } |