8 lines
143 B
Ruby
8 lines
143 B
Ruby
![]() |
require "algorithms/version"
|
||
|
require "algorithms/sorting"
|
||
|
|
||
|
module Algorithms
|
||
|
class Error < StandardError; end
|
||
|
# Your code goes here...
|
||
|
end
|