mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-02 16:16:20 -04:00
8 lines
129 B
C++
8 lines
129 B
C++
#include "randomizer.hpp"
|
|
|
|
int main() {
|
|
randomizer::Randomizer rando{RANDO_SAVE_PATH};
|
|
rando.Generate();
|
|
|
|
return 0;
|
|
} |