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: 5e559c5290b1a58a6b1f074497419126a2b4047b (
plain
)
1
2
3
4
5
#pragma once
#include
"DI/container.hpp"
auto
bootstrap
()
noexcept
->
Container
;