check rust version command line

To check the Rust version from the command line, you can use the following command:

rustc --version

This command will display the version of Rust installed on your system.