Commit Graph

3 Commits

Author SHA1 Message Date
01eadae32f
feat: move from structural to object paradigm
All checks were successful
continuous-integration/drone/push Build is passing
* declare and implement Generator class and member methods
* create an instance of Generator in main
* call initialize_generator() from main
2021-11-02 05:10:58 +01:00
7d123ce639
main.cpp: switch to a using declaration
All checks were successful
continuous-integration/drone/push Build is passing
..instead of pulling the whole namespace
2021-11-02 04:40:08 +01:00
c44fa825c4
initial commit 2021-10-24 21:29:49 +02:00