1
0
Fork 0

Update template

This commit is contained in:
Andrew Tomaka 2024-12-10 08:27:28 -05:00
parent 892538ce64
commit cfe6ac49d0
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

@ -1,8 +1,11 @@
#!/usr/bin/env ruby
problem = 1
input = File.readlines("#{problem}.input")
#input = File.readlines("#{problem}.input")
input = DATA.read
result = :solution
puts result
__END__