latest pushes

This commit is contained in:
2024-09-24 18:39:42 -04:00
parent 80430e9e6a
commit 28448d55de
6 changed files with 125 additions and 0 deletions

View File

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