From f1cfc106607b071ee11702076dbc58f7df77329c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Gij=C3=B3n=20Agudo?= Date: Tue, 23 Nov 2021 18:23:04 +0100 Subject: [PATCH] README modified with instructions to compile rust files --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d87e7f..9d32ce0 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,12 @@ g++ script.cpp -o compiled/script * : +* : + +``` +rustc scritp.rs +``` + *** ### References: @@ -101,4 +107,4 @@ Java: PHP: JavaScript: Rust: ---> \ No newline at end of file +-->