Skip to content

Commit 09dc8e5

Browse files
authored
update tombstone
1 parent 015387d commit 09dc8e5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Chapter05/logical.c

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
// logical.c
22
// Chapter 5
3-
// <book title>
3+
// Learn C Programming
44
//
55
// Program to print out logical operagtor
66
// "truth" tables for !!, &&, and !
77
//
8+
// Compile with:
9+
//
10+
// cc logical.c -o logical -Wall -Werror -std=c11
11+
//
812

913

1014
#include <stdio.h>

0 commit comments

Comments
 (0)