This website works better with JavaScript.
Explore
Help
Sign In
alpha
/
advent-of-code
Watch
1
Star
0
Fork
You've already forked advent-of-code
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
[2023][ruby][8.x] remove unnecessary require
Browse Source
main
Alpha Chen
12 months ago
parent
ed02032839
commit
47ca37d8c2
Signed by:
alpha
SSH Key Fingerprint:
SHA256:3fOT8fiYQG/aK9ntivV3Bqtg8AYQ7q4nV6ZgihOA20g
1 changed files
with
0 additions
and
2 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
2
2023/ruby/day_08.rb
Unescape
Escape
View File
@ -1,5 +1,3 @@
require
"
prime
"
instructions
,
network
=
ARGF
.
read
.
split
(
"
\n
\n
"
)
network
=
network
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
alpha/advent-of-code
Title
Body
Create Issue