#include <stdio.h>
int main()
...{
printf("Hello, world! ");
return 0;
}
<?xml version="1.0"?>
<makefile>
<include file="presets/simple.bkl"/>
<exe id="hello" template="simple">
<sources>hello.c</sources>
</exe>
</makefile>
#include <stdio.h>
int main()
...{
printf("Hello, world! ");
return 0;
}
<?xml version="1.0"?>
<makefile>
<include file="presets/simple.bkl"/>
<exe id="hello" template="simple">
<sources>hello.c</sources>
</exe>
</makefile>

被折叠的 条评论
为什么被折叠?
