summaryrefslogtreecommitdiffstats
path: root/1.py
diff options
context:
space:
mode:
authorTomasz Kramkowski <tomasz@kramkow.ski>2023-12-04 14:12:39 +0000
committerTomasz Kramkowski <tomasz@kramkow.ski>2023-12-04 14:12:39 +0000
commit1686a02179d67f8790dcbd3841e84be2e69d0319 (patch)
tree7c5a7ab7289924328e2b5e4ed91dc0dc6a4a7a64 /1.py
parentaeacfe41d3bc2e2fa5e2a78862cc4046b9414bc3 (diff)
downloadaoc2023-1686a02179d67f8790dcbd3841e84be2e69d0319.tar.gz
aoc2023-1686a02179d67f8790dcbd3841e84be2e69d0319.tar.xz
aoc2023-1686a02179d67f8790dcbd3841e84be2e69d0319.zip
strict typing
Diffstat (limited to '1.py')
-rw-r--r--1.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/1.py b/1.py
index 024c501..1c52458 100644
--- a/1.py
+++ b/1.py
@@ -1,3 +1,4 @@
+# pyright: strict
import re
from itertools import chain
from sys import stdin