The Nest
Explore
Sign in
nuudlman
llvm
clang
bindings
python
tests
cindex
INPUTS
hello.cpp
0
Compiler projects using llvm
Code
Changes
Tags
Discussions
main
#include
"
stdio.h
"
int
main
(
int
argc
,
char
*
argv
[
]
)
{
printf
(
"
hello world
\n
"
)
;
return
0
;
}