let
usWork
=
"together"
//Press the link to check my work
let
github
=
URL
(
string:
"https://github.com/piotrekjeremicz"
)!
let
twitter
=
URL
(
string:
"https://x.com/PiotrekJeremicz"
)!
let
linkedIn
=
URL
(
string:
"www.linkedin.com/in/piotrekjeremicz"
)!
1
2
3456