8000 Update day4.py · mobluse/adventofcode2022@dd9d3c8 · GitHub
[go: up one dir, main page]

Skip to content

Commit dd9d3c8

Browse files
authored
Update day4.py
1 parent e2e44ca commit dd9d3c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

day4.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 day4input.txt | ./day4.py
2+
# cat day4input.txt | snek ./day4.py
33
def instr(start, s, ch):
44
for i in range(start, len(s)):
55
if s[i] == ch:

0 commit comments

Comments
 (0)
0