first commit

This commit is contained in:
2026-03-05 13:16:26 +01:00
commit 1b2bf174e8
164 changed files with 35594 additions and 0 deletions

17
Lab3/main.cpp Normal file
View File

@@ -0,0 +1,17 @@
//main.cpp
#include "person.h"
void main() {
Person myPerson(Name("Kalle !"), 20);
Police myStation;
Bank myBank;
ATM myATM;
if(myPerson.getPassport(myStation)) //Person gets a passport