We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7992150 commit 5591d8dCopy full SHA for 5591d8d
Chapter01/hello2.c
@@ -3,6 +3,10 @@
3
* My first C program with comments.
4
* by <your name>
5
* created <year>/<month>/<day>
6
+ *
7
+ * compile with:
8
9
+ * cc hello2.c
10
*/
11
12
#include <stdio.h>
0 commit comments