diff options
-rw-r--r-- | el-gr/python3-gr.html.markdown | 3 | ||||
-rw-r--r-- | rust.html.markdown | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/el-gr/python3-gr.html.markdown b/el-gr/python3-gr.html.markdown index 08c3d4aa..445b85ba 100644 --- a/el-gr/python3-gr.html.markdown +++ b/el-gr/python3-gr.html.markdown @@ -8,7 +8,8 @@ contributors: - ["evuez", "http://github.com/evuez"] - ["Rommel Martinez", "https://ebzzry.io"] - ["Roberto Fernandez Diaz", "https://github.com/robertofd1995"] -filename: learnpython3.py +filename: learnpython3-gr.py +lang: el-gr --- Η Python δημιουργήθηκε από τον Guido van Rossum στις αρχές των 90s. Πλέον είναι μία από τις πιο diff --git a/rust.html.markdown b/rust.html.markdown index 23dcbd4f..413939bf 100644 --- a/rust.html.markdown +++ b/rust.html.markdown @@ -22,7 +22,7 @@ currently available in the nightly builds. Rust has adopted a train-based releas model with regular releases every six weeks. Rust 1.1 beta was made available at the same time of the release of Rust 1.0. -Although Rust is a relatively low-level language, Rust has some functional +Although Rust is a relatively low-level language, it has some functional concepts that are generally found in higher-level languages. This makes Rust not only fast, but also easy and efficient to code in. |