跳至主要内容

設計猜謎遊戲程式

  • 引入io函示庫:

    • use std::io
  • prelude

    • 預設會引入的一些常用標準函式庫

Crate

  • Binary crate (執行檔)
  • Library crate (函式庫)