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