less than 1 minute read

1. Rust言語のセットアップ

  • C++嫌いすぎて

1.1. RustUpのインストール

1.2. VScodeの拡張機能インストール

1.3. Hello world

  1. 下記コマンドを実行して新規プロジェクト作成的な漢字
  2. Ctrl+Shift+Bでビルド
  3. debugフォルダが作られる
  4. その中にSample.exe発見
cargo new Sample

簡単だった