Create a Hello World executable application, choose the code on any of the following scripting languages, include instructions to run the application.
# run
go run hello.go
# create a binary
go build -o hello hello.go
chmod +x hello
./hello
# run
go run hello.go Rafael
# build
go build -o hello hello.go
chmod +x hello
./hello Rafael
python hello.py
python hello.py Rafael
chmod +x hello.sh
./hello.sh
chmod +x hello.sh
./hello.sh Rafael
Method 1 - Download zip file of the project
wget https://github.com/turnes/boldlink-phaseone/archive/refs/heads/main.zip
unzip main.zip
Method 2 - Clone repository
git clone git@github.com:turnes/boldlink-phaseone.git
git archive -o rafaelturnes-phaseone.zip HEAD