<?php
function greet() {
echo “Welcome to BrightTech!”;
}

greet(); // calling the function
?>