Sha256: 5e6604605632e15d125698fdc4e843f2bf366894fc26b7e39da74448c63a71fe
Contents?: true
Size: 265 Bytes
Versions: 2
Compression:
Stored size: 265 Bytes
Contents
# frozen_string_literal: true module Acclir module AtCoder # Example problem input and output class Sample attr_reader :input, :output def initialize(input, output) @input = input @output = output end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
acclir-0.2.0 | lib/acclir/at_coder/sample.rb |
acclir-0.1.0 | lib/acclir/at_coder/sample.rb |