index
:
golang-1.20
debian
progress-linux
upstream
debian 12 backports: golang
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
internal
/
xcoff
/
testdata
/
printhello.c
blob: 182aa09728abc457d8eab9c25ccb481a0f0649ff (
plain
)
1
2
3
4
5
#include
<stdio.h>
void
printhello
(){
printf
(
"Helloworld
\n
"
);
}