initial commit

This commit is contained in:
klein panic
2024-09-29 02:35:03 -04:00
commit d891eb5237
8 changed files with 310 additions and 0 deletions

7
include/functions.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef FUNCTIONS_H
#define FUNCTIONS_H
void flip_coin();
void generate_random_number(int lower, int upper);
#endif // FUNCTIONS_H