#!/usr/bin/env bellos # File: hello_world.bellos # Simple Hello World script echo "Hello, World!" # Using variables name="Bellos" echo "Welcome to $name programming!"