Skip to content

Commit e9e568b

Browse files
authored
Merge pull request #615 from lck6055/test-file
Added test in Python/Hacktoberfest_test.py
2 parents 6f754fd + 0705f01 commit e9e568b

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Python/Hacktoberfest_test.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
"""
2+
Test file for Hacktoberfest inclusion.
3+
Author: lck6055
4+
"""
5+
def test_hacktoberfest():
6+
print("Testing Hacktoberfest repository inclusion...")
7+

Test/test.js

Whitespace-only changes.

0 commit comments

Comments
 (0)