Skip to content

Commit 852930e

Browse files
authored
update tombstone
1 parent c6b5a98 commit 852930e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Chapter09/card.c

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
// card.c
22
// Chapter 9
3-
// <book title>
3+
// Learn C Programming
44
//
55
// Demonstrate defining and using structured types.
66
//
7+
// Compile with:
8+
//
9+
// cc card.c -o card -Wall -Werror -std=c11
10+
//
711

812

913
#include <stdio.h>

0 commit comments

Comments
 (0)