#include <stdio.h>
int main( void ) { printf( "hello!\n" ); return 0; }
% cc hello.c
% ./a.out
hello!
% cc ソースプログラム名