Advertisement
cwchen

[Rust] A simple Rust program printing two strings.

Aug 22nd, 2017
740
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rust 0.09 KB | None | 0 0
  1. fn main() {
  2.     println!("Hello, Rustacean.");
  3.     println!("Welcome to Rust Programming.");
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement