Skip to content

Commit 258449e

Browse files
author
Matthew Judy
committed
Update template with placeholder for Day Number, and fix day numbers for challenges 4, 5, and 6.
1 parent 4eaba47 commit 258449e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Sources/2022/05/SupplyStacks.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import Shared
1111

1212

1313
/**
14-
Day 3: Supply Stacks
14+
Day 5: Supply Stacks
1515

1616
# Part One
1717

Sources/2022/06/TuningTrouble.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import Shared
1111

1212

1313
/**
14-
Day 3: Tuning Trouble
14+
Day 6: Tuning Trouble
1515

1616
# Part One
1717

Template/ChallengeName.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import Shared
1111

1212

1313
/**
14-
Day 3: <#Challenge Name#>
14+
Day <#Day Number#> : <#Challenge Name#>
1515

1616
# Part One
1717

0 commit comments

Comments
 (0)