Dark Background with Code

// Приклад програмного коду
function helloWorld() {
  console.log("Hello, world!");
}

helloWorld();