index
:
game-of-life
master
A c++ Linux CLI implementation of John Conway's game of life
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bootstrap.hpp
blob: a8220177cd2fd22a5840657ae40152caf246e99c (
plain
)
1
2
3
4
5
#pragma once
#include
"DI/container.hpp"
Container
bootstrap
();