diff options
Diffstat (limited to 'mod_10a/source.h')
| -rw-r--r-- | mod_10a/source.h | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/mod_10a/source.h b/mod_10a/source.h index b9b18ba..023c433 100644 --- a/mod_10a/source.h +++ b/mod_10a/source.h @@ -1 +1,14 @@ -source file +// +//Created by Till on 2-Nov-21. +// +// + + +#include <iostream> + +using namespace std; + +char first[100]; +char last[100]; + +void getName(); |