ããç· åæ¥ãªã®ã«ãã¿ããªããã¨ããããã§ç°¡åãªããã°ã©ã "hello, world" ãã©ã®ããã«èµ·åãããã©ã®ããã«å¦çããã¦åãã®ããç¡æå³ã«è©³ãã解説ãã¦ã¿ããã #include <stdio.h> int main(int argc, char *argv[]) { printf("hello, world\n"); exit(0); } ãã® hello.c ãã³ã³ãã¤ã«ããã¨æ¬¡ã®ãããªhelloã¨ãããã¤ããªãã§ãã % cc -g -o hello hello.c ãã® hello ã¨ãããã¤ããªã¯ % file hello hello: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.2.0, dynamically linked (uses shared libs),
{{#tags}}- {{label}}
{{/tags}}