rustlings/exercises/primitive_types
liv a49a22071a redo the section readmes 2019-01-23 21:02:06 +01:00
..
README.md redo the section readmes 2019-01-23 21:02:06 +01:00
primitive_types1.rs right let's try this one again 2018-11-09 20:31:14 +01:00
primitive_types2.rs right let's try this one again 2018-11-09 20:31:14 +01:00
primitive_types3.rs right let's try this one again 2018-11-09 20:31:14 +01:00
primitive_types4.rs add tests; refactor exercise links 2019-01-23 20:48:01 +01:00
primitive_types5.rs add tests; refactor exercise links 2019-01-23 20:48:01 +01:00
primitive_types6.rs add tests; refactor exercise links 2019-01-23 20:48:01 +01: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.

Book Sections