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