ODZKK4SELFTY3FGMXVFQHVOCOA6WDCUWQKRC6RE76OPN6E2BLXLQC
E7IDFUEG4Z64TAGVQLUNOIEPLFMSXNAL7LTV3G74ABX3BC3IMIDQC
const hello: String = "Hello";const world: String = "World";console.log(hello + " " + world);
const hello: String = "Hello";
const world: String = "World";
console.log(hello + " " + world);