Skip to content

BD4VOW Amo Xu

Coder, HAM

  • Home
  • About Me
  • Contact

Category: Uncategorized

bookmark_borderHello, world!

Posted on 2021-11-102021-11-10 by BD4VOW

main.c

#include <stdio.h>
 
int main(int argc, char** argv)
{
  printf("hello, world!\n");
  return 0;
}

編譯、執行

$ gcc main.c -o main
$ ./main
  hello, world!
Posted in UncategorizedLeave a Comment on Hello, world!

Categories

  • Uncategorized (1)
keyboard_arrow_up
苏ICP备15055797号