diff options
| author | a14m <[email protected]> | 2020-11-27 17:02:40 +0100 |
|---|---|---|
| committer | a14m <[email protected]> | 2020-11-27 17:55:36 +0100 |
| commit | 8185d66664367eab60edb3ab27103d22c1631769 (patch) | |
| tree | 6b2b8f68a3a559e8f24d65003ae17848e3111e5d /CLI/ruby/bin | |
| parent | d1a020777af347f59b73b58f0ce96bb360dc6b35 (diff) | |
Initial commit of the ruby gem
Diffstat (limited to 'CLI/ruby/bin')
| -rwxr-xr-x | CLI/ruby/bin/game-of-life | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CLI/ruby/bin/game-of-life b/CLI/ruby/bin/game-of-life new file mode 100755 index 0000000..4d62bac --- /dev/null +++ b/CLI/ruby/bin/game-of-life @@ -0,0 +1,4 @@ +#!/usr/bin/env ruby +# frozen_string_literal: true + +require "game_of_life" |
