diff options
| author | till-t <[email protected]> | 2021-11-02 23:52:40 -0700 |
|---|---|---|
| committer | till-t <[email protected]> | 2021-11-02 23:52:40 -0700 |
| commit | 6d6a458b49d4b589ab8d6f41d954e80c7af5fa47 (patch) | |
| tree | db8d9b47a834e1d34a87e439b2f4a1308ab223f2 /mod_10b/main.cpp | |
| parent | complete mod_10a (diff) | |
| download | cst116-lab5-till-t-master.tar.xz cst116-lab5-till-t-master.zip | |
Diffstat (limited to 'mod_10b/main.cpp')
| -rw-r--r-- | mod_10b/main.cpp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/mod_10b/main.cpp b/mod_10b/main.cpp index 92605e8..d25b243 100644 --- a/mod_10b/main.cpp +++ b/mod_10b/main.cpp @@ -9,13 +9,7 @@ int main() { - char Firstname = [50]; - char Lname = [50]; - char Fullname= [100]; - - getFullName(Firstname, Lname, Fullname); - - return 0; + return 0; } |