// SPDX-License-Identifier: MIT pragma solidity 0.8.13; contract Bool { constructor() { } // 建構式 }