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

跟著 GitHub Learning Lab 實作一波

跟著 GitHub Learning Lab 實作一波

Survey Web3.js v4

Survey Web3.js v4

JS 的浮點數精準度問題 & 十進位小數轉二進位小數

JS 的浮點數精準度問題 & 十進位小數轉二進位小數


Comments