Veränderte Programmzeilen

Fork of mbed_test by Daniel K

test.cpp

Committer:
Klaus89
Date:
2014-05-27
Revision:
2:17c036456999
Parent:
1:0bfba4e7d03d

File content as of revision 2:17c036456999:

#include<stdio.h>

int main()
{
    printf("Hello World\n");
    printf("Hallo Daniel siehst du was ich hier Arbeite?")
    return 0;
}