tic40 / rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rust-tutorial

Install Rust

https://rustup.rs/

Getting started

$ cargo new hello-world
$ cd hello_world
$ cargo run
Hello, world!

About


Languages

Language:Rust 100.0%