This website requires JavaScript.
Explore
Help
Sign In
RIOT-OS
/
RIOT
Watch
1
Star
0
Fork
0
You've already forked RIOT
mirror of
https://github.com/RIOT-OS/RIOT.git
synced
2024-12-29 04:50:03 +01:00
Code
Releases
Activity
3fbf422d00
RIOT
/
projects
/
hello-world
/
main.c
9 lines
84 B
C
Raw
Normal View
History
Unescape
Escape
* import from old firekernel repository
2010-09-22 15:10:42 +02:00
#
include
<stdio.h>
int
main
(
void
)
{
* restored hello-world project
2010-09-24 16:28:12 +02:00
printf
(
"
Hello world!
\n
"
)
;
* import from old firekernel repository
2010-09-22 15:10:42 +02:00
return
0
;
}
Copy Permalink