index
:
game-of-life.git
main
Game of Life implementation in different languages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
CLI
/
ruby
/
lib
/
game_of_life
/
version.rb
blob: 5d13768bd9dd10e93954bf76e8b54725a4433acb (
plain
) (
blame
)
1
2
3
4
5
# frozen_string_literal: true module GameOfLife VERSION = "0.1.0" end