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