More actions
imported>rabierre No edit summary |
imported>joojis No edit summary |
||
| Line 21: | Line 21: | ||
int main () { | int main () { | ||
printf("hello world!"); | printf("hello world!"); | ||
return 0; | |||
} | } | ||
imported>rabierre No edit summary |
imported>joojis No edit summary |
||
| Line 21: | Line 21: | ||
int main () { | int main () { | ||
printf("hello world!"); | printf("hello world!"); | ||
return 0; | |||
} | } | ||
데니스 리치가 만든 20세기의 걸작 언어
#include <stdio.h>
int main () {
printf("hello world!");
return 0;
}