1
0
Fork 0

Update template

This commit is contained in:
Andrew Tomaka 2024-12-10 12:49:42 -05:00
parent c91c680cb4
commit 660d5292bd
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

@ -1,7 +1,7 @@
#!/usr/bin/env ruby #!/usr/bin/env ruby
problem = 1 problem = :fake
#input = File.readlines("#{problem}.input") #input = File.readlines("#{problem}.input", chomp: true)
input = DATA.read input = DATA.read
result = :solution result = :solution