This page did not load. You can still read it on the original site — the toolbar below keeps your place in the directory.
This article is for those who already have some experience with rust, and want to refresh the concepts. All the articles from this series are condensed versions of Rust official book , t his post covers Chapter 2 from the book. Chapter 2: 1. Setup: Let's create a number guessing game. Let's create a new package and add some print statements. cargo new guessing_game cd guessing_game use std::io; fn…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.