From 79a6b87c532c5a28905fd586a75df39f4706e21d Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Mon, 2 Dec 2024 19:11:11 -0500 Subject: [PATCH] Add template for now --- template.rb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 template.rb diff --git a/template.rb b/template.rb new file mode 100755 index 0000000..a25e22f --- /dev/null +++ b/template.rb @@ -0,0 +1,8 @@ +#!/usr/bin/env ruby + +problem = 1 +input = File.readlines("#{problem}.input") + +result = :solution + +puts result