Skip to content

Commit 880c9f7

Browse files
authored
update tombstone
1 parent 9ba2a2c commit 880c9f7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Chapter06/temp.c

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
// temp.c
22
// Chapter 6
3-
// <book title>
3+
// Learn C Programming
44
//
55
// Use multiple or chained if else statements to
66
// convert from a range of values into a specific
77
// message or unit.
8+
//
9+
// Compile with:
10+
//
11+
// cc temp.c -o temp -Wall -Werror -std=c11
12+
//
813

914

1015
#include <stdio.h>

0 commit comments

Comments
 (0)