From cfe6ac49d0463e7f60887daf7bb9fd259e4fec22 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Tue, 10 Dec 2024 08:27:28 -0500 Subject: [PATCH] Update template --- template.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/template.rb b/template.rb index a25e22f..a61971d 100755 --- a/template.rb +++ b/template.rb @@ -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__