From 09ee8178d3532ce68fcbc9bd6e0d5ca63132c66e Mon Sep 17 00:00:00 2001 From: zeus Date: Thu, 30 Dec 2021 15:24:31 +0200 Subject: [PATCH] add --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index faefae9..efe4a42 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ ## LabInstance rust -Rust is a multi-paradigm, general-purpose programming language designed for performance and safety, especially safe concurrency.[12][13] Rust is syntactically similar to C++,[14] but can guarantee memory safety by using a borrow checker to validate references.[15] Rust achieves memory safety without garbage collection, and reference counting is optional.[16][17] Rust has been called a systems programming language and in addition to high-level features such as functional programming it also offers mechanisms for low-level memory management. +Rust is a multi-paradigm, general-purpose programming language designed for performance and safety, especially safe concurrency. Rust is syntactically similar to C++, but can guarantee memory safety by using a borrow checker to validate references. Rust achieves memory safety without garbage collection, and reference counting is optional. Rust has been called a systems programming language and in addition to high-level features such as functional programming it also offers mechanisms for low-level memory management. ## Quickstart