This website requires JavaScript.
Explore
Help
Sign In
ARMmbed
/
mbed-os
mirror of
https://github.com/ARMmbed/mbed-os.git
Watch
1
Star
0
Fork
You've already forked mbed-os
0
Code
Issues
Projects
Releases
Wiki
Activity
63ee01bdd9
mbed-os
/
libraries
/
tests
/
mbed
/
hello
/
main.cpp
9 lines
103 B
C++
Raw
Blame
History
#
include
"test_env.h"
int
main
(
)
{
notify_start
(
)
;
printf
(
"
Hello World
\r
\n
"
)
;
while
(
1
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink