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