[2019][ruby] make computer.rb runnable

master
Alpha Chen 5 years ago
parent 7f751bdfee
commit df20ad0139

@ -148,3 +148,7 @@ class Computer
end
end
end
if __FILE__ == $0
Computer.from(T.cast(ARGF, IO).read || "").run
end

Loading…
Cancel
Save