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
45a41bd189
RIOT
/
projects
/
hi_earth
/
main.c
10 lines
82 B
C
Raw
Normal View
History
Unescape
Escape
* chronos display putchar included
2010-12-14 16:40:47 +01:00
#
include
<stdio.h>
* import from old firekernel repository
2010-09-22 15:10:42 +02:00
int
main
(
void
)
{
* chronos display putchar included
2010-12-14 16:40:47 +01:00
printf
(
"
Hi Earth
\n
"
)
;
* import from old firekernel repository
2010-09-22 15:10:42 +02:00
while
(
1
)
{
}
}
Copy Permalink