8 wiersze
151 B
Rust
8 wiersze
151 B
Rust
![]() |
// Task : Sample program in rust
|
||
|
// Author : Vigneshwer
|
||
|
// Version : 1.0
|
||
|
// Date : 3 Dec 2016
|
||
|
|
||
|
fn main() {
|
||
|
println!("Welcome to Rust Cookbook");
|
||
|
}
|