initial commit
This commit is contained in:
7
include/functions.h
Normal file
7
include/functions.h
Normal 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
|
||||
Reference in New Issue
Block a user