Sign in
llvm
/
llvm-project
/
d95dadff8f094e793b79eec57737ec397fad7724
/
.
/
lldb
/
test
/
Shell
/
Driver
/
Inputs
/
hello.cpp
blob: 7a46e19b927a532228d3b53d4c2b522d204b85aa [
file
]
#include
<stdio.h>
int
main
(
int
argc
,
char
**
argv
)
{
printf
(
"Hello World\n"
);
return
0
;
}