Skip to content

Commit 60c0e77

Browse files
authored
update tombstone
1 parent c76a2cc commit 60c0e77

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Chapter02/printingEscapeSquences.c

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
//
21
// printingEscapeSequences.c
32
// Chapter 2
4-
// <book title>
3+
// Learn C Programming
54
//
65
// Demonstrate how escape sequences appear both
76
// in the source code and on the console.
87
//
8+
// Compile with:
9+
//
10+
// cc printingEscapeSequences.c -Wall -Werror -std=c11
11+
//
912

1013
#include <stdio.h>
1114

0 commit comments

Comments
 (0)