Initial code

This commit is contained in:
2024-04-14 22:46:40 +02:00
parent 0a9522ba96
commit d6e506eaeb
5 changed files with 101 additions and 0 deletions

3
include/generate.h Normal file
View File

@@ -0,0 +1,3 @@
#pragma once
void generate(short min_char_count, short max_char_count, short min_num_count, short max_num_count, int count);