This is shell script for example code


Posted by coray0715 on 2023-07-04

#!/bin/bash

# This is a simple shell script example

# Print "Hello, World!" to the console
echo "Hello, World!"









Related Posts

CS50 TCP (Transmission Control Protocol)

CS50 TCP (Transmission Control Protocol)

Ruby module: Include、extend 和 prepend

Ruby module: Include、extend 和 prepend

Python - 文字檔案的讀取跟存取

Python - 文字檔案的讀取跟存取


Comments