8000 Update day3-2.py · mobluse/adventofcode2022@e2e44ca · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit e2e44ca

Browse files
authored
Update day3-2.py
1 parent e3c5fc3 commit e2e44ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

day3-2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/local/bin/snek
2-
# cat day3input.txt | ./day3-2.py
2+
# cat day3input.txt | snek ./day3-2.py
33
def common(s1, s2, s3):
44
for ch in s1:
55
if ch in s2 and ch in s3:

0 commit comments

Comments
 (0)
0