This website works better with JavaScript.
Explore
Help
Sign In
elal
/
adventofcode
mirror of
https://github.com/E-Almqvist/adventofcode
Watch
1
Star
0
Fork
You've already forked adventofcode
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Day 3 prep
Browse Source
master
E. Almqvist
4 years ago
parent
02a418e928
commit
730f9ccbb2
1 changed files
with
4 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
4
2020/3.py
4
2020/3.py
Unescape
Escape
View File
@ -0,0 +1,4 @@
#!/usr/bin/env python
from
aoc
import
get_input
inp
=
get_input
(
3
)
.
splitlines
(
)
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
elal/adventofcode
Title
Body
Create Issue