Skip to content

Commit 8635414

Browse files
authored
Merge pull request codedex-io#104 from MilanGrujicic/bug_16_missing_standard_headers
Addition of missing Codédexes standard header to solution files
2 parents 9afa7c6 + 4e99491 commit 8635414

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

1-hello-world/02_hello_world.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1+
# Hello World 🌎
2+
# Codédex
3+
14
print('Hello world!')

1-hello-world/03_pattern.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Pattern 📊
2+
# Codédex
3+
14
print(' 1')
25
print(' 2 3')
36
print(' 4 5 6')

1-hello-world/04_initials.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Initials ℹ️
2+
# Codédex
3+
14
# Fun fact: My high school band Attica was signed to an indie record label.
25

36
print(' SSS L ')

0 commit comments

Comments
 (0)