rustlings/exercises/primitive_types
perro tuerto f79b84cd8e Ejercicios 23/94 2023-02-16 09:31:18 -08:00
..
README.md docs(exercises): updated all exercises readme files 2021-04-23 19:54:31 +02:00
primitive_types1.rs Ejercicios 23/94 2023-02-16 09:31:18 -08:00
primitive_types2.rs Ejercicios 23/94 2023-02-16 09:31:18 -08:00
primitive_types3.rs Ejercicios 23/94 2023-02-16 09:31:18 -08:00
primitive_types4.rs Ejercicios 23/94 2023-02-16 09:31:18 -08:00
primitive_types5.rs Ejercicios 23/94 2023-02-16 09:31:18 -08:00
primitive_types6.rs Ejercicios 23/94 2023-02-16 09:31:18 -08: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