This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
abuild
mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
Watch
1
Star
0
Fork
You've already forked abuild
0
Code
Issues
Projects
Releases
Wiki
Activity
5023838d60
abuild
/
tests
/
testrepo
/
dbgpkg
/
hello.c
6 lines
71 B
C
Raw
Blame
History
#
include
<stdio.h>
int
main
(
)
{
printf
(
"
hello world
\n
"
)
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink