1
0
Fork 0

Add template for now

This commit is contained in:
Andrew Tomaka 2024-12-02 19:11:11 -05:00
parent 9b78a63fba
commit 79a6b87c53
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

8
template.rb Executable file
View file

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