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