#rust
Read more stories on Hashnode
Articles with this tag
Data is classified into different types based on their category, such as integers for signed numbers (+, -), floats for numbers with decimal points...
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...
Input/Output ยท So in the last article we have started learning about the basic syntax of rust where we learnt about function or (fn) main and variables...
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()...