aboutsummaryrefslogtreecommitdiff
path: root/mod_10a/source.h
blob: 023c4334d6e1b99c3ae1181dfdb0840fa435532c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// 
//Created by Till on 2-Nov-21. 
//
//


#include <iostream>

using namespace std;

char first[100];
char last[100];

void getName();