More actions
imported>qa22ahj No edit summary |
imported>rabierre No edit summary |
||
| Line 22: | Line 22: | ||
printf("hello world!"); | printf("hello world!"); | ||
} | } | ||
== 컴파일하기 == | |||
=== GCC === | |||
imported>qa22ahj No edit summary |
imported>rabierre No edit summary |
||
| Line 22: | Line 22: | ||
printf("hello world!"); | printf("hello world!"); | ||
} | } | ||
== 컴파일하기 == | |||
=== GCC === | |||
데니스 리치가 만든 20세기의 걸작 언어
#include <stdio.h>
int main () {
printf("hello world!");
}