Perintah untuk mengkompilasi dan menjalankan program file C secara berurutan
$ gcc hello.c
$ ./a.out
Hello, World!
Trevor Ochieng'
$ gcc hello.c
$ ./a.out
Hello, World!