test

Dependencies:   mbed

main.c

Committer:
cyan1650
Date:
2016-07-12
Revision:
0:09be1b10c725

File content as of revision 0:09be1b10c725:

#include "mbed.h"


int main()
{


    printf("hello world");

}