first commit

This commit is contained in:
fzorb 2025-05-01 12:38:17 +03:00
commit 31bda4481f
37 changed files with 4645 additions and 0 deletions

3
2016/one/solution.rb Normal file
View file

@ -0,0 +1,3 @@
file = File.open("./input")
instructions = file.read().replace("\n").split(", ")
puts str(instructions)