kyntk / rust-playground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust Playground

Setup

$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
$ rustup --version # Installer
rustup 1.25.1 (bb60b1e89 2022-07-12)
$ rustc --version # Compiler
rustc 1.65.0 (897e37553 2022-11-02)
$ cargo --version # Package manager
cargo 1.65.0 (4bc8f24d3 2022-10-20)
$ cc -v # Linker
# Already installed
$ cargo init

About


Languages

Language:Rust 100.0%