diff options
| author | till-t <[email protected]> | 2021-11-02 23:46:58 -0700 |
|---|---|---|
| committer | till-t <[email protected]> | 2021-11-02 23:46:58 -0700 |
| commit | ba5bfffa005902ff8c6aaf76f26a46f9a20ef8f0 (patch) | |
| tree | 1b0c548478a81d1c33a419bfecae9a23f6e4187e /mod_10a/source.h | |
| parent | update (diff) | |
| download | cst116-lab5-till-t-ba5bfffa005902ff8c6aaf76f26a46f9a20ef8f0.tar.xz cst116-lab5-till-t-ba5bfffa005902ff8c6aaf76f26a46f9a20ef8f0.zip | |
complete mod_10a
Diffstat (limited to 'mod_10a/source.h')
| -rw-r--r-- | mod_10a/source.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod_10a/source.h b/mod_10a/source.h index ab77514..61e8b75 100644 --- a/mod_10a/source.h +++ b/mod_10a/source.h @@ -9,5 +9,5 @@ using namespace std; int main(); -getName(); +void getName(); |