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