Skip to content

Commit 878b652

Browse files
committed
Fix the sizes of some titles.
1 parent cee1dea commit 878b652

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

contents/choosing_a_language/choosing_a_language.md

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

33
I'm not going to beat around the bush here.
44
Every single time I try something new, I fail at it.

contents/compiled_languages/compiled_languages.md

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

33
Programming is hard because we need to write instructions for our computer.
44
The computer then reads this set of instructions and executes them accordingly.

contents/fortran/fortran.md

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

33
Alright, so here's the thing about Fortran. It's old.

contents/stacks_and_queues/stacks_and_queues.md

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

33
Stacks and Queues are two sides of the same coin in computer science. They are both simple data structures that hold multiple elements, but allow you to use a single element at a time. The biggest difference between the two structures is the order in which you can access the elements in the data structure.
44

0 commit comments

Comments
 (0)