mirror of
https://github.com/Ed94/gencpp.git
synced 2025-07-01 19:31:02 -07:00
Major changes to library design, change test to reflect it.
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
#include "Bloat.cpp"
|
||||
#include "math.hpp"
|
||||
#include "Array.hpp"
|
||||
|
||||
|
||||
#ifdef gen_time
|
||||
@ -12,9 +13,11 @@ int gen_main()
|
||||
zpl_printf("\nPress any key after attaching to process\n");
|
||||
getchar();
|
||||
|
||||
gen::init()
|
||||
gen::init();
|
||||
|
||||
int result = gen_math();
|
||||
int
|
||||
result = gen_math();
|
||||
result = gen_array_file();
|
||||
|
||||
Memory::cleanup();
|
||||
return result;
|
||||
|
Reference in New Issue
Block a user