Skip to content

Commit 5591d8d

Browse files
authored
Update hello2.c
1 parent 7992150 commit 5591d8d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Chapter01/hello2.c

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
* My first C program with comments.
44
* by <your name>
55
* created <year>/<month>/<day>
6+
*
7+
* compile with:
8+
*
9+
* cc hello2.c
610
*/
711

812
#include <stdio.h>

0 commit comments

Comments
 (0)