Sha256: 1e13b1dca85c81dfce249d7cec95cfdbfeb87856b3289b1364699e55824fb5db

Contents?: true

Size: 211 Bytes

Versions: 1

Compression:

Stored size: 211 Bytes

Contents

#!/usr/bin/env ruby
# encoding: utf-8

require 'pathname'
lib = (Pathname.new(__FILE__).dirname + '../lib').expand_path.to_s
$:.unshift lib unless $:.include?(lib)

require 'order_book'

# Put your code here



Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
order_book-0.0.1 bin/order_book