[user02@FC4 Lesson04]$ cat -n show1001.c
1 #include <stdio.h>
2
3 int main(void)
4 {
5 printf("My favorite number is %d\n", 1001);
6
7 return 0;
8 }
[user02@FC4 Lesson04]$ gcc -o show1001 show1001.c[user02@FC4 Lesson04]$ ./show1001
My favorite number is 1001
lesson_4_show1001.c, Rev. 1, Last changed on 2005-08-08 04:23, 315 page hits