class HackSet < ApplicationRecord
  # 编程题测试集
  belongs_to :hack
end