1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
|
let company = "Metaintellect d.o.o."
let services = [
"Software development"
"Cloud infrastructure"
"Software and requirements consulting"
]
let contact = [
("email", "ks@metaintellect.com")
("address", "Rijeka, Croatia")
]
|