diff options
| author | n1c00o <git.n1c00o@gmail.com> | 2021-10-06 18:19:50 +0200 |
|---|---|---|
| committer | n1c00o <git.n1c00o@gmail.com> | 2021-10-06 18:19:50 +0200 |
| commit | 9e98b6957545155a542b5bf2c47f128c470d7482 (patch) | |
| tree | 858be9f26a5214a47e8782f25bf638e6c0ffac74 /numbers-station-coded-messages/solution.py | |
| parent | af0d281cbe4691994e2242e1ed9da881b46f7f6d (diff) | |
add challenge numbers-station-coded-messages
Diffstat (limited to 'numbers-station-coded-messages/solution.py')
| -rw-r--r-- | numbers-station-coded-messages/solution.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/numbers-station-coded-messages/solution.py b/numbers-station-coded-messages/solution.py new file mode 100644 index 0000000..91baecd --- /dev/null +++ b/numbers-station-coded-messages/solution.py @@ -0,0 +1,2 @@ +def solution(l, t): + # Your code here |
