rust-rustlings-Gege-Wang/exercises/primitive_types
github-classroom[bot] 81b66a6126
Initial commit
2023-04-02 07:52:18 +00:00
..
README.md Initial commit 2023-04-02 07:52:18 +00:00
primitive_types1.rs Initial commit 2023-04-02 07:52:18 +00:00
primitive_types2.rs Initial commit 2023-04-02 07:52:18 +00:00
primitive_types3.rs Initial commit 2023-04-02 07:52:18 +00:00
primitive_types4.rs Initial commit 2023-04-02 07:52:18 +00:00
primitive_types5.rs Initial commit 2023-04-02 07:52:18 +00:00
primitive_types6.rs Initial commit 2023-04-02 07:52:18 +00:00

README.md

Primitive Types

Rust has a couple of basic types that are directly implemented into the compiler. In this section, we'll go through the most important ones.

Further information