From 2934a9a9119b00f50b9c88b80d2fbc35975fde97 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Sun, 2 Apr 2017 22:51:23 +0200 Subject: rust --- rust/format.rs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 rust/format.rs (limited to 'rust/format.rs') diff --git a/rust/format.rs b/rust/format.rs new file mode 100644 index 0000000..f258fc4 --- /dev/null +++ b/rust/format.rs @@ -0,0 +1,6 @@ +fn main() +{ + println!("{} days", 31); + println!("{0}, {1},{0}{0} days", 31, "xx"); +} + -- cgit v1.2.3