Sign in
go
/
go
/
cdf96936c0018ec224216bc79cc3ef8e6db71d88
/
.
/
src
/
internal
/
xcoff
/
testdata
/
printhello.c
blob: 182aa09728abc457d8eab9c25ccb481a0f0649ff [
file
]
#include
<stdio.h>
void
printhello
(){
printf
(
"Helloworld\n"
);
}