Skip to content

Commit 4e043f6

Browse files
committed
Issue #3 (remove BOM)
1 parent ce17186 commit 4e043f6

5 files changed

+5
-5
lines changed

01-string-and-character-literals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# String and Character Literals
1+
# String and Character Literals
22

33
## Introducing a Modern C++ program
44

02-variables-scopes-and-namespaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Variables, Scopes and Namespaces
1+
# Variables, Scopes and Namespaces
22

33
## Declarations, definitions and assignment
44

03-conditions-and-operators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Conditions and Operators
1+
# Conditions and Operators
22

33
## Run-time user input
44

04-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Functions
1+
# Functions
22

33
## Scopes
44

08-files-and-formatting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Files and Formatting
1+
# Files and Formatting
22

33
## Formatting values and variables for output
44

0 commit comments

Comments
 (0)