Skip to content

Commit c6b5a98

Browse files
authored
update tombstone
1 parent 2917d02 commit c6b5a98

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Chapter08/shapes2.c

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11

22
// shapes2.c
33
// Chapter 8
4-
// <book title>
4+
// Learn C Programming
55
//
66
// Demonstrate defining and using enumerated types with
77
// the switch statement.
88
//
99
// Added code to handle all shape types.
1010
//
11+
// Compile with:
12+
//
13+
// cc shapes2.c -o shapes2 -Wall -Werror -std=c11
14+
//
1115

1216

1317
#include <stdio.h>

0 commit comments

Comments
 (0)