Sign in
cos
/
mirrors
/
github.com
/
llvm
/
llvm-project
/
refs/heads/main
/
.
/
bolt
/
test
/
Inputs
/
hello.c
blob: 150656567ad3e2c4397c11f474e267053e7b1b6c [
file
] [
log
] [
blame
] [
edit
]
#include
<stdio.h>
int
main
()
{
printf
(
"Hello, world!\n"
);
return
0
;
}