#beginners
Read more stories on Hashnode
Articles with this tag
So last part we saw how to get an input from the user and give an output . Today we are going to write an actual game. Guessing game So this is a...
The rust's syntax So in every Programming language all programs have at starting point , it varies from each language . In rust it stars with function...
Print line which will just print something , but it is not as simple as we see it . It has various types within itself. Printing a variable fn main()...