Veränderte Programmzeilen

Fork of mbed_test by Daniel K

test.cpp

Committer:
Daniel90
Date:
2014-05-27
Revision:
1:0bfba4e7d03d
Parent:
0:88181e343956
Child:
2:17c036456999

File content as of revision 1:0bfba4e7d03d:

#include<stdio.h>

int main() {
    printf("Hello World\n");
    return 0;
}