Star
81
Fork
28
代码
介绍
代码
Issues
12
Pull Requests
12
流水线
Actions
讨论
Wiki
项目成员
44
分析
项目设置
Star
81
Fork
28
master
msdebug
/
clang
/
bindings
/
python
/
tests
/
cindex
/
INPUTS
/
hello.cpp
下载
D
Daniel Dunbar
Initial checkin of CIndex Python bindings, by Andrew Sutton!
74716e5e
创建于
2010年1月24日
历史提交
#
include
"stdio.h"
int
main
(
int
argc,
char
* argv[])
{
printf
(
"hello world\n"
);
return
0
;
}