“Maven”的版本间的差异
来自Dennis C.K Deng-Wiki
| 第1行: | 第1行: | ||
测试,我会在这里补充我的maven知识 | 测试,我会在这里补充我的maven知识 | ||
[[文件:wchat.JPG]] | [[文件:wchat.JPG]] | ||
| + | <syntaxhighlight lang=c style="border:3px dashed blue"> | ||
| + | #include <stdio.h> | ||
| + | int main() | ||
| + | { | ||
| + | printf ("Hello world!"); | ||
| + | return 0; | ||
| + | } | ||
| + | </syntaxhighlight> | ||
2017年9月17日 (日) 00:35的版本
#include <stdio.h>
int main()
{
printf ("Hello world!");
return 0;
}