見出し画像

rustc ubuntu install

rustc ubuntu install

第1
ubuntu 24.04

第2 install method
sudo apt install curl build-essential gcc make -y
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source "$HOME/.cargo/env"

rustc -V

第3 helloworld

version 1.80.1

以上

いいなと思ったら応援しよう!