Sha256: e68ba82d577b428f101b15a7628816b85293efa5c56aaec5b419fd27ac35b83b
Contents?: true
Size: 186 Bytes
Versions: 2
Compression:
Stored size: 186 Bytes
Contents
#!/usr/bin/env ruby require "pathname" bin_file = Pathname.new(__FILE__).realpath $:.unshift File.expand_path("../../lib/", bin_file) require "twenty_one/game" TwentyOne::Game.play
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
twenty_one-0.1.1 | bin/21 |
twenty_one-0.1.0 | bin/21 |