2023 Day 1 in Ruby

This commit is contained in:
2023-12-01 20:03:52 -05:00
commit d00e27d271
11 changed files with 1101 additions and 0 deletions

0
2023/base/data Normal file
View File

5
2023/base/p1.rb Normal file
View File

@@ -0,0 +1,5 @@
res = 0
File.foreach("./2023/base/data") do |line|
end
puts res

5
2023/base/p2.rb Normal file
View File

@@ -0,0 +1,5 @@
res = 0
File.foreach("./2023/base/data") do |line|
end
puts res