Rust Hello World program
kw.rs
Output
kodingwindow@kw:~$ rustc kw.rs
kodingwindow@kw:~$ ./kw Hello, World! kodingwindow@kw:~$
What Next?
Rust program to perform the arithmetic operations
Rust program to calculate the area and circumference of a circle
Rust program to accept the input from a user
Advertisement