latest pushes
This commit is contained in:
9
bellos_scripts/hello_world.bellos
Normal file
9
bellos_scripts/hello_world.bellos
Normal 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!"
|
Reference in New Issue
Block a user