test1

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.cpp Source File

main.cpp

00001 #include<stdio.h>
00002 
00003 int main(){
00004 
00005 printf("Hola mundo  ");
00006 return 0;
00007 }