This Repo is set for learning Rust project
Simple test code of Hello world in rust
Learning for update package into rust and build running enviromnent.
use rand::Rng; # generate random number
use std::cmp::Ordering; # Ordering for comparing, it's anenum and has the variants Less, Greater, and Equal
use std::io;
- Learn how to generate random number and compare it with gussing number.
- learn how to handling invalid imput.
- learn looping