Hello,world!

让我们用最著名的代码例子开始吧:

  1. #include <stdio.h>
  2. int main() {
  3. printf("hello, world");
  4. return 0;
  5. };