1
0
Fork 0
rustlings/exercises/primitive_types
2022-10-11 16:50:10 +01:00
..
primitive_types1.rs Solutions 1 2022-10-11 16:50:10 +01:00
primitive_types2.rs Solutions 1 2022-10-11 16:50:10 +01:00
primitive_types3.rs Solutions 1 2022-10-11 16:50:10 +01:00
primitive_types4.rs Solutions 1 2022-10-11 16:50:10 +01:00
primitive_types5.rs Solutions 1 2022-10-11 16:50:10 +01:00
primitive_types6.rs Solutions 1 2022-10-11 16:50:10 +01:00
README.md Rustlings v5.2.1 2022-10-11 16:47:29 +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