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