Skip to content

Commit 2917d02

Browse files
authored
update tombstone
1 parent 7168930 commit 2917d02

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Chapter08/shapes.c

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

22
// shapes.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
//
9+
// Compile with:
10+
//
11+
// cc shapes.c -o shapes -Wall -Werror -std=c11
12+
//
913

1014

1115
#include <stdio.h>

0 commit comments

Comments
 (0)