This website requires JavaScript.
Explore
Help
Sign In
OpenIPC
/
firmware
mirror of
https://github.com/OpenIPC/firmware.git
Watch
1
Star
0
Fork
You've already forked firmware
0
Code
Activity
f06bcceae0
firmware
/
general
/
package
/
ax-agent
/
src
/
ax-agent.c
7 lines
77 B
C
Raw
Blame
History
#
include
<stdio.h>
int
main
(
void
)
{
puts
(
"
Hello, World!
"
)
;
return
0
;
}
View Git Blame
Copy Permalink