1
0
Fork 0
This commit is contained in:
Andrew Tomaka 2024-12-23 08:35:21 -05:00
parent 2167efbb3a
commit 3e397bc416
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE
2 changed files with 3390 additions and 0 deletions

3380
23/input Normal file

File diff suppressed because it is too large Load diff

10
23/main.rb Executable file
View file

@ -0,0 +1,10 @@
#!/usr/bin/env ruby
input = (ARGV.first.nil? ? DATA : ARGF)
.read
result = :solution
p result
__END__