From 4d18d2723a28bb8e262920330335f046d94dac97 Mon Sep 17 00:00:00 2001 From: Alberto Sartori Date: Tue, 25 Jun 2024 16:26:10 +0200 Subject: rules-rust: add "getting-started" tutorial Through this tutorial the user will learn how to define Rust binaries, libraries, tests and the default toolchain configuration. --- doc/getting-started/main.rs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/getting-started/main.rs (limited to 'doc/getting-started/main.rs') diff --git a/doc/getting-started/main.rs b/doc/getting-started/main.rs new file mode 100644 index 0000000..e56f3ba --- /dev/null +++ b/doc/getting-started/main.rs @@ -0,0 +1,3 @@ +fn main() { + println!("Hello, World!"); +} \ No newline at end of file -- cgit v1.2.3