Veränderte Programmzeilen

Fork of mbed_test by Daniel K

Committer:
Klaus89
Date:
Tue May 27 15:16:19 2014 +0000
Revision:
3:be1d533d96e3
Parent:
test.cpp@2:17c036456999
Hallo;

Who changed what in which revision?

UserRevisionLine numberNew 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 }