This website requires JavaScript.
Explore
Help
Register
Sign In
xrsh
/
xrsh-buildroot
Watch
1
Star
0
Fork
You've already forked xrsh-buildroot
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9af957b6d5
xrsh-buildroot
/
nix
/
hello.c
8 lines
82 B
C
Raw
Blame
History
#
include
<stdio.h>
int
main
(
void
)
{
printf
(
"
Hello, world!
\n
"
)
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink