rustlings/exercises/04_primitive_types
Tuan-Dat Tran a3e2bc985c Initial commit
Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
2024-09-01 19:20:40 +02:00
..
README.md Initial commit 2024-09-01 19:20:40 +02:00
primitive_types1.rs Initial commit 2024-09-01 19:20:40 +02:00
primitive_types2.rs Initial commit 2024-09-01 19:20:40 +02:00
primitive_types3.rs Initial commit 2024-09-01 19:20:40 +02:00
primitive_types4.rs Initial commit 2024-09-01 19:20:40 +02:00
primitive_types5.rs Initial commit 2024-09-01 19:20:40 +02:00
primitive_types6.rs Initial commit 2024-09-01 19:20:40 +02: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