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: 5fd800a985b62dfb487ad5bccab46cd63e4debc8 (
plain
) (
blame
)
1
2
3
4
5
# frozen_string_literal: true module GameOfLife VERSION = "0.1.2" end