rustlings/exercises/primitive_types
2021-07-07 21:02:31 +01:00
..
primitive_types1.rs SOLVED 2021-07-07 21:02:31 +01:00
primitive_types2.rs SOLVED 2021-07-07 21:02:31 +01:00
primitive_types3.rs SOLVED 2021-07-07 21:02:31 +01:00
primitive_types4.rs SOLVED 2021-07-07 21:02:31 +01:00
primitive_types5.rs SOLVED 2021-07-07 21:02:31 +01:00
primitive_types6.rs SOLVED 2021-07-07 21:02:31 +01:00
README.md UNSOLVED 2021-07-07 20:58:36 +01:00

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