Skip to content

Commit 6541869

Browse files
committed
added new secre_language file
1 parent 08452b5 commit 6541869

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

strings/secret_language.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ def decode(code: str) -> str:
8383
decoded = decode(encoded)
8484
print(f"Original → {code}")
8585
print(f"Encoded → {encoded}")
86-
print(f"Decoded → {decoded}")v
86+
print(f"Decoded → {decoded}")

0 commit comments

Comments
 (0)